DebugClientBase: got rid of the E123 override. Variables Viewer

Sun, 28 Apr 2019 11:54:28 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 28 Apr 2019 11:54:28 +0200
branch
Variables Viewer
changeset 6980
cf9351b063a8
parent 6979
c272ec33ea11
child 6981
36c616544659

DebugClientBase: got rid of the E123 override.

eric6/DebugClients/Python/DebugClientBase.py file | annotate | diff | comparison | revisions
--- a/eric6/DebugClients/Python/DebugClientBase.py	Sat Apr 27 22:16:35 2019 +0200
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Sun Apr 28 11:54:28 2019 +0200
@@ -1820,10 +1820,9 @@
                     
                     isQt = valtype.startswith(ConfigQtNames)
                     if (not valtypestr.startswith('type ') and
-                            valtypename not in (
-                                "ndarray", "MultiValueDict", "array",
-                                "defaultdict"
-                            ) and not isQt):  # __IGNORE_WARNING_E123__
+                        valtypename not in ("ndarray", "MultiValueDict",
+                                            "array", "defaultdict") and
+                            not isQt):
                         valtype = valtypestr
                 
                 try:

eric ide

mercurial