Skip to content

Commit 8abda12

Browse files
gh-143005: apply prek fixes
1 parent 5bb9dfb commit 8abda12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_ctypes/test_arrays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from ctypes import (Structure, Array, ARRAY, sizeof, addressof,
55
create_string_buffer, create_unicode_buffer,
66
c_char, c_wchar, c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
7-
c_long, c_ulonglong, c_float, c_double, c_longdouble, POINTER)
7+
c_long, c_ulonglong, c_float, c_double, c_longdouble)
88
from test.support import bigmemtest, _2G, threading_helper, Py_GIL_DISABLED
99
from ._support import (_CData, PyCArrayType, Py_TPFLAGS_DISALLOW_INSTANTIATION,
1010
Py_TPFLAGS_IMMUTABLETYPE)

0 commit comments

Comments
 (0)