Skip to content

Commit fe3d3d8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

divide_and_conquer/power.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def actual_power(a: int, b: int):
2929
return a * half * half
3030

3131
def power(a: int, b: int) -> float:
32-
"""
32+
"""
3333
:param a: The base (integer).
3434
:param b: The exponent (integer).
3535
:return: The result of a^b, as a float for negative exponents.

0 commit comments

Comments
 (0)