[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-02-08 09:51:44 +00:00
parent 78adb6463f
commit c79cb95ddb

View File

@ -27,7 +27,7 @@ def actual_power(a: int, b: int):
return half * half
else:
return a * half * half
def power(a: int, b: int) -> float:
"""
:param a: The base (integer).