From f4635278205e4c246f6b9096b1032bca023acd85 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Thu, 20 Feb 2025 18:28:27 +0000 Subject: update import paths for modules --- gdpr_obfuscator/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdpr_obfuscator/utils.py') diff --git a/gdpr_obfuscator/utils.py b/gdpr_obfuscator/utils.py index 77ca1cf..971cb9a 100644 --- a/gdpr_obfuscator/utils.py +++ b/gdpr_obfuscator/utils.py @@ -1,5 +1,5 @@ # Utility functions -from obfuscator.logger import get_logger +from logger import get_logger class Utilities: -- cgit v1.2.3