Skip to content

Commit 145b285

Browse files
committed
remove un-necessary imports
1 parent 6a36eb0 commit 145b285

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_capi/test_codecs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import codecs
22
import contextlib
33
import io
4-
import os
54
import re
65
import sys
76
import unittest
87
import unittest.mock as mock
98
import _testcapi
10-
from getopt import error
119
from test.support import import_helper
1210

1311
_testlimitedcapi = import_helper.import_module('_testlimitedcapi')

0 commit comments

Comments
 (0)