We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c65134 commit 9ee43a0Copy full SHA for 9ee43a0
maths/numerical_analysis/proper_fractions.py
@@ -33,4 +33,6 @@ def proper_fractions(denominator: int) -> list[str]:
33
34
35
if __name__ == "__main__":
36
- doctest.testmod()
+ from doctest import testmod
37
+
38
+ testmod()
0 commit comments