Skip to content

Commit 5d1b795

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/average_median.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import doctest
44

5+
56
def median(nums: list) -> int | float:
67
"""
78
Find median of a list of numbers.
@@ -33,7 +34,6 @@ def median(nums: list) -> int | float:
3334

3435

3536
def main():
36-
3737
doctest.testmod()
3838

3939

0 commit comments

Comments
 (0)