File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,6 @@ def consume(self) -> _T:
425425
426426 Raises:
427427 ReceiverStoppedError: If the receiver stopped producing messages.
428- ReceiverError: If there is some problem with the receiver.
429428 """
430429 if ( # pylint: disable=protected-access
431430 self ._next is _Empty and self ._channel ._closed
Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ def consume(self) -> ReceiverMessageT_co:
179179
180180 Raises:
181181 ReceiverStoppedError: If the receiver stopped producing messages.
182- ReceiverError: If there is some problem with the receiver.
183182 """
184183 if not self ._results and not self ._pending :
185184 raise ReceiverStoppedError (self )
Original file line number Diff line number Diff line change @@ -450,7 +450,6 @@ def consume(self) -> ReceiverMessageT_co:
450450
451451 Raises:
452452 ReceiverStoppedError: If the receiver stopped producing messages.
453- ReceiverError: If there is a problem with the receiver.
454453 """
455454 if self ._recv_closed :
456455 raise ReceiverStoppedError (self )
You can’t perform that action at this time.
0 commit comments