mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
gh-109653: Remove unused imports in the Lib/
directory (#109803)
This commit is contained in:
parent
649768fb67
commit
19601efa36
20 changed files with 6 additions and 25 deletions
|
@ -5,7 +5,7 @@ import _xxsubinterpreters as _interpreters
|
|||
import _xxinterpchannels as _channels
|
||||
|
||||
# aliases:
|
||||
from _xxsubinterpreters import is_shareable, RunFailedError
|
||||
from _xxsubinterpreters import is_shareable
|
||||
from _xxinterpchannels import (
|
||||
ChannelError, ChannelNotFoundError, ChannelEmptyError,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue