Skip to content

Commit

Permalink
Merge pull request #148 from GriceTurrble/chore/typing-for-2024-day1
Browse files Browse the repository at this point in the history
chore: typing for day1 main
  • Loading branch information
GriceTurrble authored Dec 1, 2024
2 parents fa6b2c6 + cac6e76 commit 5a91dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/python/src/grice_py_aoc_2024/day01/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def part2(inputs: TextIOWrapper) -> int:
return total


def main():
def main() -> None:
with open(FILE) as f:
print(f"PART 1: {part1(f)}")

Expand Down

0 comments on commit 5a91dec

Please sign in to comment.