Skip to content

Commit 7d3f3d9

Browse files
committed
Remove unused import
1 parent 2df70ac commit 7d3f3d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bpython/repl.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@
6565
have_pyperclip = False
6666

6767
from . import autocomplete, inspection, simpleeval
68-
69-
if TYPE_CHECKING:
70-
from .cli import Statusbar
71-
7268
from .config import getpreferredencoding, Config
7369
from .formatter import Parenthesis
7470
from .history import History

0 commit comments

Comments
 (0)