Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed Nov 29, 2021
1 parent d9d469e commit 19d0459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/databases/main/transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ async def get_destinations_paginate(
"""

def get_destinations_paginate_txn(
txn: LoggingTransaction
txn: LoggingTransaction,
) -> Tuple[List[JsonDict], int]:
order_by_column = DestinationSortOrder(order_by).value

Expand Down

0 comments on commit 19d0459

Please sign in to comment.