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/read.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdpr_obfuscator/read.py') 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: -- cgit v1.2.3