We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3664111 commit cfc21fcCopy full SHA for cfc21fc
Lib/codeop.py
@@ -1,8 +1,5 @@
1
"""Utility to compile possibly incomplete Python source code."""
2
3
-import sys
4
-import traceback
5
-
6
__all__ = ["compile_command"]
7
8
def compile_command(source, filename="<input>", symbol="single"):
0 commit comments