Skip to content

Commit 2413658

Browse files
author
Andrew Asche
committed
trying to get better code coverage
1 parent e929a65 commit 2413658

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maths/power_using_recursion.py

-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ def power(base: int, exponent: int) -> float:
5252

5353
if __name__ == "__main__":
5454
import doctest
55-
5655
doctest.testmod()

0 commit comments

Comments
 (0)