Skip to content

Commit

Permalink
Merge pull request #209 from Stegallo/black-format
Browse files Browse the repository at this point in the history
Black Formatting
  • Loading branch information
Stegallo authored Nov 14, 2023
2 parents 324618f + 744adba commit 19b228d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion y_2015/day10.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from common.aoc import AoCDay
from typing import List

from common.aoc import AoCDay


class Day(AoCDay):
def __init__(self, test=0):
Expand Down

0 comments on commit 19b228d

Please sign in to comment.