Skip to content

Commit 8ec62b8

Browse files
committed
formatting
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 60b854f commit 8ec62b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rabbitmq_amqp_python_client/entities.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,13 @@ class ExchangeToExchangeBindingSpecification:
148148
destination_exchange: str
149149
binding_key: Optional[str] = None
150150

151+
151152
"""
152153
StreamFilterOptions defines the filtering options for a stream consumer.
153154
for values and match_unfiltered see: https://www.rabbitmq.com/blog/2023/10/16/stream-filtering
154155
"""
156+
157+
155158
class StreamFilterOptions:
156159
values: Optional[list[str]] = None
157160
match_unfiltered: bool = False

0 commit comments

Comments
 (0)