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/read.py | |
| parent | 70a16769761450b9c2aa63cda86a30a73bc0217c (diff) | |
| download | gdpr-obfuscator-f4635278205e4c246f6b9096b1032bca023acd85.tar.gz gdpr-obfuscator-f4635278205e4c246f6b9096b1032bca023acd85.zip | |
update import paths for modules
Diffstat (limited to 'gdpr_obfuscator/read.py')
| -rw-r--r-- | gdpr_obfuscator/read.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdpr_obfuscator/read.py b/gdpr_obfuscator/read.py index b704643..c6f708c 100644 --- a/gdpr_obfuscator/read.py +++ b/gdpr_obfuscator/read.py @@ -3,8 +3,8 @@ import io import boto3 import os from typing import List, Dict -from obfuscator.logger import get_logger -from obfuscator.utils import Utilities +from .logger import get_logger +from .utils import Utilities class DataReader: |
