Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 283f3ff

Browse files
committed
Remove spurious (and unneeded) import of StringIO.
1 parent 1101980 commit 283f3ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/ctypes/test/test_loading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from ctypes import *
22
import sys, unittest
3-
import os, StringIO
3+
import os
44
from ctypes.util import find_library
55
from ctypes.test import is_resource_enabled
66

0 commit comments

Comments
 (0)