From 31c81f6539969a5eba864d3305f9fb7bf716a367 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 2 Feb 2022 12:13:27 -0800 Subject: Used isort to sort imports. Also added to the git pre-commit hook. --- math_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math_utils.py') 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): -- cgit v1.3