Skip to content

Commit 5bc5f57

Browse files
committed
Remove unused imports
1 parent 852e6a1 commit 5bc5f57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_os/test_os.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import contextlib
88
import decimal
99
import errno
10-
import fnmatch
1110
import fractions
1211
import itertools
1312
import locale
@@ -31,7 +30,6 @@
3130
import uuid
3231
import warnings
3332
from test import support
34-
from test.support import import_helper
3533
from test.support import os_helper
3634
from test.support import socket_helper
3735
from test.support import infinite_recursion

0 commit comments

Comments
 (0)