mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove unused imports.
This commit is contained in:
parent
5bb8b9134b
commit
70d28a184c
43 changed files with 0 additions and 60 deletions
|
@ -13,7 +13,6 @@ There's also a pattern matching implementation here.
|
|||
__author__ = "Guido van Rossum <guido@python.org>"
|
||||
|
||||
import sys
|
||||
import warnings
|
||||
from io import StringIO
|
||||
|
||||
HUGE = 0x7FFFFFFF # maximum repeat count, default max
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue