Fix @property and super function does not work properly if the 'NewStyle' class type is not used.

https://lgtm.com/rules/10030086/
This commit is contained in:
Alexis Paques
2019-04-01 14:36:43 +02:00
committed by Daniel Agar
parent 7a27284d75
commit 7a5aaa33b2
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ def get_max_arg_time_value(
return max_arg, max_value, max_time
class DataPlot():
class DataPlot(object):
"""
A plotting class interface. Provides functions such as saving the figure.
"""