code linting

This commit is contained in:
Lorenzo Venerandi
2026-02-22 16:27:59 +01:00
parent 57fa0ae5a3
commit b500b22041
4 changed files with 7 additions and 14 deletions

View File

@@ -98,7 +98,9 @@ def main():
ips_to_analyze = set(db_manager.get_ips_needing_reevaluation())
if not ips_to_analyze:
app_logger.debug("[Background Task] analyze-ips: No IPs need reevaluation, skipping")
app_logger.debug(
"[Background Task] analyze-ips: No IPs need reevaluation, skipping"
)
return
for ip in ips_to_analyze: