Skip to content

Commit dd40d01

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/perfect_cube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ def perfect_cube_binary_search(n: int) -> bool:
5252
if __name__ == "__main__":
5353
import doctest
5454

55-
doctest.testmod()
55+
doctest.testmod()

0 commit comments

Comments
 (0)