From c350a73e95b3efa437556fab9561ec0440c8ad77 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 6 Apr 2026 11:51:22 -0400 Subject: [PATCH] Fix ruff formatting in utils.py Co-Authored-By: Claude Opus 4.6 (1M context) --- parsedmarc/utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/parsedmarc/utils.py b/parsedmarc/utils.py index 6f2ec7e..60fa516 100644 --- a/parsedmarc/utils.py +++ b/parsedmarc/utils.py @@ -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)