Skip to content

Commit 9eb7954

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conversions/decimal_to_any.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def decimal_to_any(num: int, base: int) -> str:
7777

7878
if __name__ == "__main__":
7979
import doctest
80+
8081
doctest.testmod()
8182
for base in range(2, 37):
8283
for num in range(1000):

0 commit comments

Comments
 (0)