Skip to content

Commit a1a91c8

Browse files
committed
Run prek: remove unused import
1 parent 2a68f15 commit a1a91c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_codecs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def check(input, expect):
3939
# On small versions of Windows like Windows IoT or Windows Nano Server,
4040
# not all codepages are present
4141
def is_code_page_present(cp):
42-
from ctypes import POINTER, WINFUNCTYPE, WinDLL, Structure
42+
from ctypes import POINTER, WINFUNCTYPE, WinDLL
4343
from ctypes.util import struct
4444
from ctypes.wintypes import BOOL, BYTE, WCHAR, UINT, DWORD
4545

0 commit comments

Comments
 (0)