Skip to content

Commit 220c86f

Browse files
committed
sate linter
1 parent 9c7bc00 commit 220c86f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

alert_on_new_query_results.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,9 @@ def main():
386386
logger.info("\n".join(formatted_msg_lines))
387387

388388
except BaseException as be:
389-
logger.error(f"Exception for query {query_name} - {type(be).__name__} - {be}")
389+
logger.error(
390+
f"Exception for query {query_name} - {type(be).__name__} - {be}"
391+
)
390392

391393
# save new results of seen listings
392394

0 commit comments

Comments
 (0)