Skip to content

Commit f2d7c5e

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
fixup! Format Python code with psf/black push
1 parent 7e892bb commit f2d7c5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/prime_numbers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from typing import Generator, List
22

3+
34
def primes(max: int) -> Generator[int, None, None]:
45
"""
56
Return a list of all primes numbers up to max.

0 commit comments

Comments
 (0)