Skip to content

Commit

Permalink
clean up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Nov 12, 2024
1 parent 6af10d3 commit 3381fde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions punchpipe/monitor/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@

REFRESH_RATE = 60 # seconds

column_names = ["call_data", "creation_time", "end_time", "flow_id", "flow_level", "flow_run_id",
"flow_run_name", "flow_type", "priority", "start_time", "state"]
column_names = ["flow_id", "flow_level", "flow_run_id",
"flow_run_name", "flow_type", "call_data", "creation_time", "end_time",
"priority", "start_time", "state"]
schedule_columns =[{'name': v, 'id': v} for v in column_names]


Expand Down

0 comments on commit 3381fde

Please sign in to comment.