We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a68f15 commit a1a91c8Copy full SHA for a1a91c8
1 file changed
Lib/test/test_codecs.py
@@ -39,7 +39,7 @@ def check(input, expect):
39
# On small versions of Windows like Windows IoT or Windows Nano Server,
40
# not all codepages are present
41
def is_code_page_present(cp):
42
- from ctypes import POINTER, WINFUNCTYPE, WinDLL, Structure
+ from ctypes import POINTER, WINFUNCTYPE, WinDLL
43
from ctypes.util import struct
44
from ctypes.wintypes import BOOL, BYTE, WCHAR, UINT, DWORD
45
0 commit comments