Skip to content

Commit bb8712c

Browse files
committed
Remove unused import
1 parent 074a015 commit bb8712c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from pathlib import Path
2626
import stat
2727
from itertools import islice, chain
28-
from typing import Iterable, Optional, List, TextIO, Union
28+
from typing import Iterable, Optional, List, TextIO
2929

3030
from .translations import _
3131
from .filelock import FileLock

0 commit comments

Comments
 (0)