Skip to content

Commit

Permalink
Merge pull request #242 from Stegallo/black-format
Browse files Browse the repository at this point in the history
Black Formatting
  • Loading branch information
Stegallo authored Dec 17, 2023
2 parents b00624a + ba381e8 commit acf441a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion y_2023/day8.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from typing import List, Dict
from math import lcm
from typing import Dict, List

from pydantic.dataclasses import dataclass

from common.aoc import AoCDay
Expand Down

0 comments on commit acf441a

Please sign in to comment.