From 217d20ed8f9997a62fa609257cd4ffbc321376a8 Mon Sep 17 00:00:00 2001 From: conor-mcnally Date: Wed, 11 Oct 2023 13:26:13 +0100 Subject: [PATCH] Black --- .../actions/list_investigations/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rapid7_insightidr/komand_rapid7_insightidr/actions/list_investigations/action.py b/plugins/rapid7_insightidr/komand_rapid7_insightidr/actions/list_investigations/action.py index 9abc0c9f00..4b74d39aa9 100755 --- a/plugins/rapid7_insightidr/komand_rapid7_insightidr/actions/list_investigations/action.py +++ b/plugins/rapid7_insightidr/komand_rapid7_insightidr/actions/list_investigations/action.py @@ -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: