Skip to content

Commit 7f75bf2

Browse files
authored
Reformat with black
1 parent c331be6 commit 7f75bf2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

st2common/st2common/models/db/execution_queue.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ class ActionExecutionSchedulingQueueItemDB(
7878
{"fields": ["original_start_timestamp"], "name": "orig_s_ts"},
7979
{"fields": ["scheduled_start_timestamp"], "name": "schd_s_ts"},
8080
# Adding a union index speeds up the query action_execution_scheduling_queue_item_d_b
81-
{"fields": ["scheduled_start_timestamp", "original_start_timestamp"], "name": "schd_orig_s_ts"},
81+
{
82+
"fields": ["scheduled_start_timestamp", "original_start_timestamp"],
83+
"name": "schd_orig_s_ts",
84+
},
8285
]
8386
}
8487

0 commit comments

Comments
 (0)