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

Commit dd39d82

Browse files
author
David Robertson
committed
Remove unnecessary quote marks.
1 parent c384789 commit dd39d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/handlers/sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@ class SyncResultBuilder:
23412341

23422342

23432343
def _calculate_user_changes(
2344-
sync_result_builder: "SyncResultBuilder",
2344+
sync_result_builder: SyncResultBuilder,
23452345
) -> Tuple[Set[str], Set[str]]:
23462346
"""Work out which other users have joined or left rooms we are joined to.
23472347

0 commit comments

Comments
 (0)