Skip to content

Commit 2768264

Browse files
chore: remove unused import
1 parent 5898ad6 commit 2768264

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/adventofcode/year_2023/day_08_2023.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
from functools import partial, reduce
2-
31
import math
42
import re
53
from collections import deque
4+
from functools import reduce
65

76
from adventofcode.registry.decorators import register_solution
87
from adventofcode.util.exceptions import SolutionNotFoundError

0 commit comments

Comments
 (0)