Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove duplicated import sys
  • Loading branch information
vstinner committed Jun 14, 2023
commit e3c7dcee0baf5ed75f095a70087feda349b34d83
1 change: 0 additions & 1 deletion Lib/test/test_ctypes/test_stringptr.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import _ctypes_test
import sys
import unittest
import sys
from test import support
from ctypes import (CDLL, Structure, POINTER, create_string_buffer,
c_char, c_char_p)
Expand Down