forked from goodboy/tractor
Ignore monkey patched `.send()` type annot
parent
6ba29f8d56
commit
80f983818f
|
@ -323,7 +323,7 @@ class MsgStream(trio.abc.Channel):
|
||||||
# caller can still conduct 2-way streaming using this
|
# caller can still conduct 2-way streaming using this
|
||||||
# ``bstream`` handle transparently as though it was the msg
|
# ``bstream`` handle transparently as though it was the msg
|
||||||
# stream instance.
|
# stream instance.
|
||||||
bstream.send = self.send
|
bstream.send = self.send # type: ignore
|
||||||
|
|
||||||
yield bstream
|
yield bstream
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue