Skip to content

Commit ef884f1

Browse files
committed
fix test
1 parent 2fb9993 commit ef884f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_ctypes/test_parameters.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import sys
21
import unittest
32
from test.test_ctypes import need_symbol
43
import test.support
@@ -247,7 +246,6 @@ def test_parameter_repr(self):
247246
@test.support.cpython_only
248247
def test_from_param_result_refcount(self):
249248
# Issue #99952
250-
import sys
251249
import _ctypes_test
252250
from ctypes import PyDLL, c_int, c_void_p, py_object, Structure
253251

0 commit comments

Comments
 (0)