diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-20 18:28:27 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-20 18:28:27 +0000 |
| commit | f4635278205e4c246f6b9096b1032bca023acd85 (patch) | |
| tree | 646680d74cc4176d7c738ca0ad6302061dc6d22b /gdpr_obfuscator/utils.py | |
| parent | 70a16769761450b9c2aa63cda86a30a73bc0217c (diff) | |
| download | gdpr-obfuscator-f4635278205e4c246f6b9096b1032bca023acd85.tar.gz gdpr-obfuscator-f4635278205e4c246f6b9096b1032bca023acd85.zip | |
update import paths for modules
Diffstat (limited to 'gdpr_obfuscator/utils.py')
| -rw-r--r-- | gdpr_obfuscator/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
