src/eric7/Utilities/__init__.py

branch
eric7
changeset 10060
b946699e9e79
parent 10050
3750abc45d5e
child 10069
435cc5875135
diff -r 9e3452188615 -r b946699e9e79 src/eric7/Utilities/__init__.py
--- a/src/eric7/Utilities/__init__.py	Wed May 24 09:44:18 2023 +0200
+++ b/src/eric7/Utilities/__init__.py	Wed May 24 10:31:09 2023 +0200
@@ -59,8 +59,6 @@
 
 warnings.showwarning = __showwarning
 
-configDir = None
-
 codingBytes_regexps = [
     (5, re.compile(rb"""coding[:=]\s*([-\w_.]+)""")),
     (1, re.compile(rb"""<\?xml.*\bencoding\s*=\s*['"]([-\w_.]+)['"]\?>""")),
@@ -70,7 +68,7 @@
     (1, re.compile(r"""<\?xml.*\bencoding\s*=\s*['"]([-\w_.]+)['"]\?>""")),
 ]
 
-supportedCodecs = [
+supportedCodecs = [  # noqa: U200
     "utf-8",
     "iso-8859-1",
     "iso-8859-2",

eric ide

mercurial