mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #20976: pyflakes: Remove unused imports
This commit is contained in:
parent
69b1e261fc
commit
7fa767e517
43 changed files with 11 additions and 64 deletions
|
|
@ -10,7 +10,6 @@ importers when locating support scripts as well as when importing modules.
|
|||
# to implement PEP 338 (Executing Modules as Scripts)
|
||||
|
||||
|
||||
import os
|
||||
import sys
|
||||
import importlib.machinery # importlib first so we can test #15386 via -m
|
||||
import importlib.util
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue