fixed PEP8 warnings

pull/37/MERGE
13621160019@163.com 2021-04-27 15:15:17 +08:00
parent 5557c64e1f
commit e2a4c63c8e
3 changed files with 3 additions and 3 deletions

View File

@ -667,4 +667,4 @@ def timestamps_data_all_equal_0(lists):
if len(value) > 0:
return False
return True
return True

View File

@ -629,4 +629,4 @@ def timestamps_data_all_equal_0(lists):
if len(value) > 0:
return False
return True
return True

View File

@ -737,4 +737,4 @@ def timestamps_data_all_equal_0(lists):
if len(value) > 0:
return False
return True
return True