Skip to content

Commit

Permalink
feature(analyses-history) - add url and scanned_url filters to histor…
Browse files Browse the repository at this point in the history
…y query
  • Loading branch information
almogch committed Sep 30, 2024
1 parent aeb9985 commit f47c4fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions intezer_sdk/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,7 @@ def from_latest_analysis(cls,
url=url,
aggregated_view=True,
api=api)
all_analyses_reports = analysis_history_url_result.all()

analyses_ids = [report['analysis_id'] for report in all_analyses_reports]
analyses_ids = [report['analysis_id'] for report in analysis_history_url_result.all()]

if not analyses_ids:
return None
Expand Down

0 comments on commit f47c4fc

Please sign in to comment.