Skip to content

Commit c486c49

Browse files
committed
formatting fixes
1 parent 5a7550f commit c486c49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

google/api_core/bidi_async.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424

2525

2626
class _AsyncRequestQueueGenerator:
27-
"""_AsyncRequestQueueGenerator is a helper class for sending asynchronous requests to a gRPC stream from a Queue.
27+
"""_AsyncRequestQueueGenerator is a helper class for sending asynchronous
28+
requests to a gRPC stream from a Queue.
2829
29-
This generator takes asynchronous requests off a given queue and yields them to gRPC.
30+
This generator takes asynchronous requests off a given queue and yields them
31+
to gRPC.
3032
3133
This helper is useful when you have an indeterminate, indefinite, or
3234
otherwise open-ended set of requests to send through a request-streaming

0 commit comments

Comments
 (0)