Merge pull request #12887 from AlanCoding/more_rules

[tech debt] Add new flake8 rules to do some meaningful corrections
This commit is contained in:
Alan Rominger
2022-10-18 20:27:00 -04:00
committed by GitHub
18 changed files with 26 additions and 29 deletions

View File

@@ -25,7 +25,7 @@ class Command(BaseCommand):
with connection.cursor() as cursor:
cursor.execute(
f'''
SELECT
SELECT
b.id, b.job_id, b.host_name, b.created - a.created delta,
b.task task,
b.event_data::json->'task_action' task_action,