Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcnally-r7 committed Oct 11, 2023
1 parent 49e39b6 commit 217d20e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run(self, params={}):
"sort": get_sort_param(params.get(Input.SORT)),
"priorities": convert_list_to_string(params.get(Input.PRIORITIES)),
"statuses": convert_list_to_string(params.get(Input.STATUSES)),
"size": params.get(Input.SIZE)
"size": params.get(Input.SIZE),
}

if start_time:
Expand Down

0 comments on commit 217d20e

Please sign in to comment.