Modernize code to Python 3.6+ and some cleanup
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"""
|
||||
|
||||
|
||||
class Averager():
|
||||
class Averager:
|
||||
|
||||
def __init__(self):
|
||||
self.series = []
|
||||
|
||||
Reference in New Issue
Block a user