diff -r c272ec33ea11 -r cf9351b063a8 eric6/DebugClients/Python/DebugClientBase.py --- 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: