summaryrefslogtreecommitdiff
path: root/math_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'math_utils.py')
-rw-r--r--math_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/math_utils.py b/math_utils.py
index 3216d4a..3953ae5 100644
--- a/math_utils.py
+++ b/math_utils.py
@@ -2,8 +2,8 @@
import functools
import math
+from heapq import heappop, heappush
from typing import List
-from heapq import heappush, heappop
class RunningMedian(object):