Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
ablakley-r7 committed Jan 13, 2025
1 parent caae2be commit 842d9c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_alerts_palo_alto(
end_time=query_values.QUERY_END_TIME,
)

results, results_count, total_count = self.connection.xdr_api.get_response_alerts(post_body)
results, _, total_count = self.connection.xdr_api.get_response_alerts(post_body)

new_alerts, new_alert_hashes = self._dedupe_and_get_highest_time(results, state)

Expand Down

0 comments on commit 842d9c0

Please sign in to comment.