mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
This commit is contained in:
parent
43a74abb3a
commit
b9498e2367
7 changed files with 0 additions and 9 deletions
|
@ -16,7 +16,6 @@ __author__ = "Guido van Rossum <guido@python.org>"
|
|||
__all__ = ["Driver", "load_grammar"]
|
||||
|
||||
# Python imports
|
||||
import codecs
|
||||
import io
|
||||
import os
|
||||
import logging
|
||||
|
|
|
@ -13,7 +13,6 @@ fallback token code OP, but the parser needs the actual token code.
|
|||
"""
|
||||
|
||||
# Python imports
|
||||
import collections
|
||||
import pickle
|
||||
|
||||
# Local imports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue