We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac69ff commit 7f18a55Copy full SHA for 7f18a55
rabbitmq_amqp_python_client/entities.py
@@ -345,9 +345,7 @@ def _filter_sql(self, sql: str) -> None:
345
Args:
346
sql: SQL string to apply as a filter
347
"""
348
- self._filter_set[symbol(SQL_FILTER)] = Described(
349
- symbol(AMQP_SQL_FILTER), sql
350
- )
+ self._filter_set[symbol(SQL_FILTER)] = Described(symbol(AMQP_SQL_FILTER), sql)
351
352
def filter_set(self) -> Dict[symbol, Described]:
353
0 commit comments