Skip to content

Commit 7f18a55

Browse files
committed
formatting
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent 2ac69ff commit 7f18a55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rabbitmq_amqp_python_client/entities.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,7 @@ def _filter_sql(self, sql: str) -> None:
345345
Args:
346346
sql: SQL string to apply as a filter
347347
"""
348-
self._filter_set[symbol(SQL_FILTER)] = Described(
349-
symbol(AMQP_SQL_FILTER), sql
350-
)
348+
self._filter_set[symbol(SQL_FILTER)] = Described(symbol(AMQP_SQL_FILTER), sql)
351349

352350
def filter_set(self) -> Dict[symbol, Described]:
353351
"""

0 commit comments

Comments
 (0)