Fixed a few code style issues. eric7

Sun, 31 Oct 2021 15:00:14 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 31 Oct 2021 15:00:14 +0100
branch
eric7
changeset 8739
55e07d9608f0
parent 8738
6fd8f3f775b3
child 8740
d60ae328c740

Fixed a few code style issues.

eric7/EricWidgets/EricTextEditSearchWidget.py file | annotate | diff | comparison | revisions
scripts/install.py file | annotate | diff | comparison | revisions
--- a/eric7/EricWidgets/EricTextEditSearchWidget.py	Sat Oct 30 17:56:25 2021 +0200
+++ b/eric7/EricWidgets/EricTextEditSearchWidget.py	Sun Oct 31 15:00:14 2021 +0100
@@ -400,8 +400,6 @@
         
         @param backwards flag indicating a backwards search
         @type bool
-        @return flag indicating the search result
-        @rtype bool
         """
         flags = (
             QTextDocument.FindFlag.FindBackward
--- a/scripts/install.py	Sat Oct 30 17:56:25 2021 +0200
+++ b/scripts/install.py	Sun Oct 31 15:00:14 2021 +0100
@@ -1531,7 +1531,7 @@
                 .format("\nError: {0}".format(err) if verbose else "")
             )
             pipInstall(
-               "PyQt6-WebEngine>={0}".format(
+                "PyQt6-WebEngine>={0}".format(
                     versionToStr(requiredVersions["pyqt6-webengine"])),
                 msg
             )

eric ide

mercurial