Skip to content

Commit 8a964a0

Browse files
committed
Keep _interpchannels error imports
1 parent d6de873 commit 8a964a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/support/interpreters/channels.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
# aliases:
88
from _interpchannels import (
9-
ChannelError, ChannelNotFoundError, ChannelEmptyError,
9+
ChannelError, ChannelNotFoundError, ChannelClosedError, # noqa: F401
10+
ChannelEmptyError, ChannelNotEmptyError, # noqa: F401
1011
)
1112
from ._crossinterp import (
1213
UNBOUND_ERROR, UNBOUND_REMOVE,

0 commit comments

Comments
 (0)