We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8499e59 commit 99a081bCopy full SHA for 99a081b
conversions/roman_numerals.py
@@ -63,5 +63,5 @@ def int_to_roman(number: int) -> str:
63
return "".join(result)
64
65
if __name__ == "__main__":
66
- import doctest
67
- doctest.testmod()
+ import doctest
+ doctest.testmod()
0 commit comments