Skip to content

Commit ff3da6b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b12f2e2 commit ff3da6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/trio/_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import trio
1818

1919
from ._abc import ReceiveChannel, ReceiveType, SendChannel, SendType, T
20-
from ._core import Abort, RaiseCancelT, Task, enable_ki_protection
20+
from ._core import Abort, Task, enable_ki_protection
2121
from ._util import (
2222
MultipleExceptionError,
2323
NoPublicConstructor,

0 commit comments

Comments
 (0)