Skip to content

Commit 504a0fd

Browse files
Update maths/continued_fraction.py
Co-authored-by: Caeden Perelli-Harris <[email protected]>
1 parent e18b2fe commit 504a0fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: maths/continued_fraction.py

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def continued_fraction(num: Fraction) -> list[int]:
4444

4545

4646
if __name__ == "__main__":
47-
4847
import doctest
4948

5049
doctest.testmod()

0 commit comments

Comments
 (0)