mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Remove useless imports, as reported by PyChecker.
This commit is contained in:
parent
3664111fb1
commit
cfc21fcf48
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue