Skip to content

Commit 99a081b

Browse files
authored
Update roman_numerals.py
1 parent 8499e59 commit 99a081b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conversions/roman_numerals.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ def int_to_roman(number: int) -> str:
6363
return "".join(result)
6464

6565
if __name__ == "__main__":
66-
import doctest
67-
doctest.testmod()
66+
import doctest
67+
doctest.testmod()

0 commit comments

Comments
 (0)