Fix black formatting in report_store.py
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/f917b2ae-df6c-4852-b3e1-4c7ea8f68996 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -44,9 +44,7 @@ class ReportStore:
|
|||||||
Returns:
|
Returns:
|
||||||
True if the report already exists, False otherwise
|
True if the report already exists, False otherwise
|
||||||
"""
|
"""
|
||||||
return any(
|
return any(r.get("report_id") == report_id for r in self.domain_reports.get(domain, []))
|
||||||
r.get("report_id") == report_id for r in self.domain_reports.get(domain, [])
|
|
||||||
)
|
|
||||||
|
|
||||||
def _recompute_domain_stats(self, domain: str) -> None:
|
def _recompute_domain_stats(self, domain: str) -> None:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user