Kaydet (Commit) 7ec19287 authored tarafından Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Remove unused variable

üst 2d243494
......@@ -249,7 +249,6 @@ class MimeTypes:
yield ctype
i += 1
default_encoding = sys.getdefaultencoding()
with _winreg.OpenKey(_winreg.HKEY_CLASSES_ROOT,
r'MIME\Database\Content Type') as mimedb:
for ctype in enum_types(mimedb):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment