mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 15:04:12 -04:00
Remove unnecessary pass statements. (#12206)
This commit is contained in:
parent
3b12f6d61b
commit
bc9dff1d95
11 changed files with 1 additions and 15 deletions
|
@ -267,7 +267,6 @@ class BasePresenceHandler(abc.ABC):
|
|||
is_syncing: Whether or not the user is now syncing
|
||||
sync_time_msec: Time in ms when the user was last syncing
|
||||
"""
|
||||
pass
|
||||
|
||||
async def update_external_syncs_clear(self, process_id: str) -> None:
|
||||
"""Marks all users that had been marked as syncing by a given process
|
||||
|
@ -277,7 +276,6 @@ class BasePresenceHandler(abc.ABC):
|
|||
|
||||
This is a no-op when presence is handled by a different worker.
|
||||
"""
|
||||
pass
|
||||
|
||||
async def process_replication_rows(
|
||||
self, stream_name: str, instance_name: str, token: int, rows: list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue