mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-35202: Remove unused imports in idlelib (GH-10438)
This commit is contained in:
parent
2d1bc537fe
commit
43a74abb3a
7 changed files with 2 additions and 6 deletions
|
@ -11,7 +11,6 @@ _closere - line that must be followed by dedent.
|
|||
_chew_ordinaryre - non-special characters.
|
||||
"""
|
||||
import re
|
||||
import sys
|
||||
|
||||
# Reason last statement is continued (or C_NONE if it's not).
|
||||
(C_NONE, C_BACKSLASH, C_STRING_FIRST_LINE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue