removed repeated annotation
This commit is contained in:
parent
a844a88f38
commit
5d08e16e5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue