Fix ruff formatting in utils.py

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sean Whalen
2026-04-06 11:51:22 -04:00
parent d1e8d3b3d0
commit c350a73e95
+1 -3
View File
@@ -388,9 +388,7 @@ def get_ip_address_country(
db_path = _IP_DB_PATH
else:
db_path = str(
files(parsedmarc.resources.dbip).joinpath(
"dbip-country-lite.mmdb"
)
files(parsedmarc.resources.dbip).joinpath("dbip-country-lite.mmdb")
)
db_age = datetime.now() - datetime.fromtimestamp(os.stat(db_path).st_mtime)