1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

removed invalid magic import

This commit is contained in:
A_D 2020-09-16 20:30:28 +02:00
parent 0fec834fb9
commit 74372b997d
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -189,7 +189,6 @@ elif platform == 'win32':
# sigh tkFileDialog.askdirectory doesn't support unicode on Windows
# TODO: Remove this
import ctypes
import ctypes.windll # type: ignore # I promise pylance, its there.
from ctypes.wintypes import HINSTANCE, HWND, LPARAM, LPCWSTR, LPVOID, LPWSTR, MAX_PATH, POINT, RECT, SIZE, UINT
SHGetLocalizedName = ctypes.windll.shell32.SHGetLocalizedName