We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6de873 commit 8a964a0Copy full SHA for 8a964a0
Lib/test/support/interpreters/channels.py
@@ -6,7 +6,8 @@
6
7
# aliases:
8
from _interpchannels import (
9
- ChannelError, ChannelNotFoundError, ChannelEmptyError,
+ ChannelError, ChannelNotFoundError, ChannelClosedError, # noqa: F401
10
+ ChannelEmptyError, ChannelNotEmptyError, # noqa: F401
11
)
12
from ._crossinterp import (
13
UNBOUND_ERROR, UNBOUND_REMOVE,
0 commit comments