mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Formatting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from collections import defaultdict
|
||||
import functools
|
||||
from collections import defaultdict
|
||||
|
||||
from . import CombinedRunner
|
||||
|
||||
@@ -21,7 +21,7 @@ def is_correct(update: list[int], must_after: dict[int, set[int]]) -> bool:
|
||||
return False
|
||||
|
||||
forbidden |= must_after.get(entry, set())
|
||||
|
||||
|
||||
return True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user