mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 12:44:27 -04:00
Bump black configuration to target py36 (#9781)
Signed-off-by: Dan Callahan <danc@element.io>
This commit is contained in:
parent
1fc97ee876
commit
1d5f0e3529
11 changed files with 16 additions and 15 deletions
|
@ -1071,7 +1071,7 @@ class PresenceEventSource:
|
|||
room_ids=None,
|
||||
include_offline=True,
|
||||
explicit_room_id=None,
|
||||
**kwargs
|
||||
**kwargs,
|
||||
) -> Tuple[List[UserPresenceState], int]:
|
||||
# The process for getting presence events are:
|
||||
# 1. Get the rooms the user is in.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue