fixed PEP8 warnings
parent
5557c64e1f
commit
e2a4c63c8e
|
@ -667,4 +667,4 @@ def timestamps_data_all_equal_0(lists):
|
|||
if len(value) > 0:
|
||||
return False
|
||||
|
||||
return True
|
||||
return True
|
||||
|
|
|
@ -629,4 +629,4 @@ def timestamps_data_all_equal_0(lists):
|
|||
if len(value) > 0:
|
||||
return False
|
||||
|
||||
return True
|
||||
return True
|
||||
|
|
|
@ -737,4 +737,4 @@ def timestamps_data_all_equal_0(lists):
|
|||
if len(value) > 0:
|
||||
return False
|
||||
|
||||
return True
|
||||
return True
|
||||
|
|
Loading…
Reference in New Issue