Skip to content

Commit 00cccda

Browse files
committed
Final file fix
1 parent 8eb6581 commit 00cccda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python-isinstance/iter_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from customiterables import (CustomIterableOne, CustomIterableThree,
2-
CustomIterableTwo)
1+
from customiterables import *
32

43
iter(CustomIterableOne(4))
54

0 commit comments

Comments
 (0)