Skip to content

Commit f861833

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conversions/binary_to_decimal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ def bin_to_decimal(bin_string: str) -> int:
4141

4242
if __name__ == "__main__":
4343
from doctest import testmod
44+
4445
testmod()

0 commit comments

Comments
 (0)