mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
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:
committed by
Daniel Agar
parent
7a27284d75
commit
7a5aaa33b2
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user