src/eric7/DebugClients/Python/DebugVariables.py

branch
eric7
changeset 10060
b946699e9e79
parent 10045
f5c57f8d17a4
child 10170
6cf1ee737d8f
--- a/src/eric7/DebugClients/Python/DebugVariables.py	Wed May 24 09:44:18 2023 +0200
+++ b/src/eric7/DebugClients/Python/DebugVariables.py	Wed May 24 10:31:09 2023 +0200
@@ -774,7 +774,7 @@
 ## resolver class to use
 ############################################################
 
-_TypeMap = _ArrayTypes = None
+_TypeMap = _ArrayTypes = None  # noqa: U200
 _TryArray = _TryNumpy = _TryDjango = True
 _MapCount = 0
 

eric ide

mercurial