Ignore monkey patched `.send()` type annot

breceiver_internals
Tyler Goodlet 2023-01-29 12:04:32 -05:00
parent 6ba29f8d56
commit 80f983818f
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ class MsgStream(trio.abc.Channel):
# caller can still conduct 2-way streaming using this
# ``bstream`` handle transparently as though it was the msg
# stream instance.
bstream.send = self.send
bstream.send = self.send # type: ignore
yield bstream