From eb9e6df32ed696158bf34dba6464277b648f5c74 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sun, 31 Oct 2021 13:08:51 -0700 Subject: Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc... --- 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 fa0bc0e..e0e3f6c 100644 --- a/math_utils.py +++ b/math_utils.py @@ -6,7 +6,7 @@ from typing import List from heapq import heappush, heappop -class RunningMedian: +class RunningMedian(object): """A running median computer. >>> median = RunningMedian() -- cgit v1.3