Skip to content

Commit cfc21fc

Browse files
committed
Remove useless imports, as reported by PyChecker.
1 parent 3664111 commit cfc21fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/codeop.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
"""Utility to compile possibly incomplete Python source code."""
22

3-
import sys
4-
import traceback
5-
63
__all__ = ["compile_command"]
74

85
def compile_command(source, filename="<input>", symbol="single"):

0 commit comments

Comments
 (0)