Skip to content

Commit 5a91dec

Browse files
authored
Merge pull request #148 from GriceTurrble/chore/typing-for-2024-day1
chore: typing for day1 main
2 parents fa6b2c6 + cac6e76 commit 5a91dec

File tree

1 file changed

+1
-1
lines changed
  • 2024/python/src/grice_py_aoc_2024/day01

1 file changed

+1
-1
lines changed

2024/python/src/grice_py_aoc_2024/day01/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def part2(inputs: TextIOWrapper) -> int:
4040
return total
4141

4242

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

0 commit comments

Comments
 (0)