Skip to content

Commit 9f2a343

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

conversions/binary_to_hexadecimal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ def bin_to_hexadecimal(binary_str: str) -> str:
3434

3535
if __name__ == "__main__":
3636
from doctest import testmod
37+
3738
testmod()

0 commit comments

Comments
 (0)