Lint: E303 too many blank lines (2)

This commit is contained in:
2020-11-06 21:16:52 -05:00
parent cb2defbde9
commit 4b47a2424c
6 changed files with 0 additions and 8 deletions

View File

@ -132,7 +132,6 @@ def run_benchmark(self, pool):
print('FATAL - failed to connect to Zookeeper')
raise Exception
print("Storing running status for job '{}' in database".format(cur_time))
try:
query = "INSERT INTO storage_benchmarks (job, result) VALUES (%s, %s);"