aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-03-02 18:13:24 +0000
committerAlex Schofield <git@ajschof.me>2025-03-02 18:13:24 +0000
commitc1e3b00b982d60e53d22b2d8a3aceeeb3de9780e (patch)
tree915b2e5a57048f35ed778e6178e9b9994f065b1b
parentdfeb9c12a96a3820f789b4497c0193e197d28791 (diff)
downloadgdpr-obfuscator-c1e3b00b982d60e53d22b2d8a3aceeeb3de9780e.tar.gz
gdpr-obfuscator-c1e3b00b982d60e53d22b2d8a3aceeeb3de9780e.zip
remove unused import in __init__.py
-rw-r--r--gdpr_obfuscator/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdpr_obfuscator/__init__.py b/gdpr_obfuscator/__init__.py
index 6c0e47e..7f118d0 100644
--- a/gdpr_obfuscator/__init__.py
+++ b/gdpr_obfuscator/__init__.py
@@ -1,7 +1,6 @@
from .read import FileHandler
from .obfuscate import obfuscate_data
from .utils import Utilities
-from typing import List
class Obfuscator:
git.ajschof.me — hosted by ajschofield — powered by cgit