src/eric7/QScintilla/Editor.py

branch
eric7
changeset 10060
b946699e9e79
parent 10050
3750abc45d5e
child 10069
435cc5875135
--- a/src/eric7/QScintilla/Editor.py	Wed May 24 09:44:18 2023 +0200
+++ b/src/eric7/QScintilla/Editor.py	Wed May 24 10:31:09 2023 +0200
@@ -64,7 +64,7 @@
 TemplateCompletionListID = 2
 ReferencesListID = 3
 
-ReferenceItem = collections.namedtuple(
+ReferenceItem = collections.namedtuple(  # noqa: U200
     "ReferenceItem", ["modulePath", "codeLine", "line", "column"]
 )
 

eric ide

mercurial