mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Remove unused variable
This commit is contained in:
parent
2d243494c6
commit
7ec192878a
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue