Skip to content

Commit

Permalink
Fixup: Remove invalid / unnecessary assignment (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes authored Nov 5, 2021
1 parent 1cd1e7c commit cf58819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/falconpy/_payload/_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def reports_payload(passed_keywords: dict = None, passed_arguments: list = None)
else:
submitted = key.split(",")

submitted = str(passed_arguments[0]).split(",")
for submitted_id in submitted:
item = {}
item["id"] = submitted_id
Expand Down

0 comments on commit cf58819

Please sign in to comment.