aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-20 18:52:07 +0000
committerAlex Schofield <git@ajschof.me>2025-02-20 18:52:07 +0000
commit7be30ad0696ac3678b0444ae15636a357225bf59 (patch)
treea98def440f3f6d0dc0c6b0cc2d0c4defaa000b19
parent3c818eba97f85fe128bbd92aeceb79716f7f8d33 (diff)
downloadgdpr-obfuscator-7be30ad0696ac3678b0444ae15636a357225bf59.tar.gz
gdpr-obfuscator-7be30ad0696ac3678b0444ae15636a357225bf59.zip
update path to logger module in utils.py
-rw-r--r--gdpr_obfuscator/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdpr_obfuscator/utils.py b/gdpr_obfuscator/utils.py
index 971cb9a..740db90 100644
--- a/gdpr_obfuscator/utils.py
+++ b/gdpr_obfuscator/utils.py
@@ -1,5 +1,5 @@
# Utility functions
-from logger import get_logger
+from .logger import get_logger
class Utilities:
git.ajschof.me — hosted by ajschofield — powered by cgit