mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove unused import for function that no longer exists.
This commit is contained in:
parent
63dce79e24
commit
9b2611ee40
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ from importlib import _bootstrap
|
|||
from importlib import machinery
|
||||
from .. import util
|
||||
from . import util as import_util
|
||||
from contextlib import nested
|
||||
import imp
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue