mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
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
Block a user