Skip to content

Commit 5557827

Browse files
authored
Update sol1.py
1 parent 2b318a6 commit 5557827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_047/sol1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def equality(iterable: list) -> bool:
6969
return len(set(iterable)) in (0, 1)
7070

7171

72-
def run(n: int) -> list:[int]
72+
def run(n: int) -> list[int]:
7373
"""
7474
Runs core process to find problem solution.
7575
>>> run(3)

0 commit comments

Comments
 (0)