Skip to content

Commit 7b327ec

Browse files
Remove unneeded import.
1 parent 9b6a151 commit 7b327ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_intmath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from fractions import Fraction
33
import unittest
44
from test import support
5-
from test.support import import_helper
5+
66

77
class IntSubclass(int):
88
pass

0 commit comments

Comments
 (0)