Skip to content

Commit bb3e082

Browse files
committed
bpo-24658: remove unused imports
1 parent 3d7fe38 commit bb3e082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_largefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import stat
66
import sys
77
import unittest
8-
from test.support import TESTFN, requires, unlink, bigmemtest, _2G
8+
from test.support import TESTFN, requires, unlink
99
import io # C implementation of io
1010
import _pyio as pyio # Python implementation of io
1111

0 commit comments

Comments
 (0)