Skip to content

Commit ea77031

Browse files
authored
Update average_median.py
1 parent b7a9585 commit ea77031

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
@@ -1,5 +1,6 @@
11
from __future__ import annotations
22

3+
import doctest
34

45
def median(nums: list) -> int | float:
56
"""
@@ -32,7 +33,6 @@ def median(nums: list) -> int | float:
3233

3334

3435
def main():
35-
import doctest
3636

3737
doctest.testmod()
3838

0 commit comments

Comments
 (0)