Skip to content

Commit 8aa3682

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e8c6e8f commit 8aa3682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strings/integer_to_roman.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ def integer_to_roman(number: int) -> str:
4848

4949
if __name__ == "__main__":
5050
import doctest
51+
5152
doctest.testmod()

0 commit comments

Comments
 (0)