Skip to content

Commit cd20fd7

Browse files
committed
Remove unused import
1 parent 0c40b67 commit cd20fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/lazyre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# THE SOFTWARE.
2222

2323
import re
24-
from typing import Optional, Iterator, Pattern, Match, Optional
24+
from typing import Optional, Pattern, Match, Optional
2525

2626
try:
2727
from functools import cached_property

0 commit comments

Comments
 (0)