diff options
| author | Scott Gasch <[email protected]> | 2021-10-31 13:08:51 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2021-10-31 13:08:51 -0700 |
| commit | eb9e6df32ed696158bf34dba6464277b648f5c74 (patch) | |
| tree | 54ae278562008b0ffa834b2d34b2158d9119dc65 /math_utils.py | |
| parent | 05a26ae305adfc47f38b8534ec8f35640df3955e (diff) | |
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Diffstat (limited to 'math_utils.py')
| -rw-r--r-- | math_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
