removed repeated annotation

This commit is contained in:
Flowseal 2026-04-16 17:56:48 +03:00
parent a844a88f38
commit 5d08e16e5d

View file

@ -15,7 +15,7 @@ class _Balancer:
self.domains = domains_list[:]
self._dc_to_domain: Dict[int, str] = {
self._dc_to_domain = {
dc_id: random.choice(self.domains)
for dc_id in (1, 2, 3, 4, 5, 203)
}