Skip to content

Commit a86441b

Browse files
authored
flake8
1 parent 42d889b commit a86441b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timelord.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ async def _manage_discriminant_queue(self):
336336
d for d, h in self.discriminant_queue if h == max_weight
337337
]
338338
with_iters = [
339-
d for d in max_weight_disc
339+
d for d in max_weight_disc
340340
if d in self.pending_iters
341341
and len(self.pending_iters[d]) != 0
342342
]

0 commit comments

Comments
 (0)