Skip to content

Commit

Permalink
Add annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
neob91-close committed Dec 13, 2024
1 parent 879d8c1 commit 8d09bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inbox/mailsync/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
SYNC_EVENT_QUEUE_NAME = "sync:event_queue:{}"
SHARED_SYNC_EVENT_QUEUE_NAME = "sync:shared_event_queue:{}"

SHARED_SYNC_EVENT_QUEUE_ZONE_MAP = {}
SHARED_SYNC_EVENT_QUEUE_ZONE_MAP: dict[str, EventQueue] = {}


def shared_sync_event_queue_for_zone(zone): # type: ignore[no-untyped-def] # noqa: ANN201
Expand Down

0 comments on commit 8d09bb4

Please sign in to comment.