Skip to content

Commit 23ef488

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: maths/base_neg2_conversion.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ def decimal_to_negative_base_2(num: int) -> int:
3636

3737
if __name__ == "__main__":
3838
import doctest
39+
3940
doctest.testmod()

0 commit comments

Comments
 (0)