Skip to content

Commit 0610810

Browse files
committed
Fix type and align with fire and forget pattern
1 parent 12c4323 commit 0610810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • synapse/storage/databases/main

synapse/storage/databases/main/lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def _setup_looping_call(self) -> None:
418418
)
419419

420420
@staticmethod
421-
async def _renew(
421+
def _renew(
422422
server_name: str,
423423
store: LockStore,
424424
clock: Clock,

0 commit comments

Comments
 (0)