Skip to content

Commit f71b575

Browse files
authored
Fixing ruff errors in proper_fractions.py
1 parent a01f100 commit f71b575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/numerical_analysis/proper_fractions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from math import gcd
21
import doctest
2+
from math import gcd
33

44

55
def proper_fractions(denominator: int) -> list[str]:

0 commit comments

Comments
 (0)