Skip to content

Commit 799bd64

Browse files
committed
Remove unused imports
1 parent 8d35dac commit 799bd64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/_pyrepl/_module_completer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
from io import StringIO
1212
from contextlib import contextmanager
1313
from dataclasses import dataclass
14-
from itertools import chain, takewhile
14+
from itertools import chain
1515
from tokenize import TokenInfo
16-
from .trace import trace
16+
1717
TYPE_CHECKING = False
1818

1919
if TYPE_CHECKING:

0 commit comments

Comments
 (0)