Remove useless imports, as reported by PyChecker.
This commit is contained in:
parent
3664111fb1
commit
cfc21fcf48
|
@ -1,8 +1,5 @@
|
|||
"""Utility to compile possibly incomplete Python source code."""
|
||||
|
||||
import sys
|
||||
import traceback
|
||||
|
||||
__all__ = ["compile_command"]
|
||||
|
||||
def compile_command(source, filename="<input>", symbol="single"):
|
||||
|
|
Loading…
Reference in New Issue