Plan: resolve linter contradictions

Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/1e4a1f06-55b9-4040-853e-6aaf9ee574c8

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-29 11:29:14 +00:00
parent 50aa5bd5da
commit f2a015971d
5 changed files with 8 additions and 16 deletions
+1 -3
View File
@@ -130,9 +130,7 @@ class StatsSummarizer:
safe_domain = domain_id.replace(".", "_").replace("/", "_")
return os.path.join(self.cache_dir, f"domain_{safe_domain}.json")
def calculate_summary_statistics(
self, _db, domain_id: Optional[str] = None
) -> Dict[str, Any]:
def calculate_summary_statistics(self, _db, domain_id: Optional[str] = None) -> Dict[str, Any]:
"""
Calculate summary statistics from the database