Skip to content

Commit c22f999

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maths/harmonic_mean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ def harmonic_mean(numbers: list[int | float]) -> float:
3030
if __name__ == "__main__":
3131
import doctest
3232

33-
doctest.testmod(verbose=True)
33+
doctest.testmod(verbose=True)

0 commit comments

Comments
 (0)