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

Commit

Permalink
Antilint
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed Apr 6, 2022
1 parent 5675a94 commit b297cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
from synapse.server import HomeServer

# python 3 does not have a maximum int value
MAX_TXN_ID = 2 ** 63 - 1
MAX_TXN_ID = 2**63 - 1

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit b297cec

Please sign in to comment.