Skip to content

Commit 5d08e16

Browse files
committed
removed repeated annotation
1 parent a844a88 commit 5d08e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxy/balancer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def update_domains_list(self, domains_list: List[str]) -> None:
1515

1616
self.domains = domains_list[:]
1717

18-
self._dc_to_domain: Dict[int, str] = {
18+
self._dc_to_domain = {
1919
dc_id: random.choice(self.domains)
2020
for dc_id in (1, 2, 3, 4, 5, 203)
2121
}

0 commit comments

Comments
 (0)