diff options
| author | Alex Schofield <git@ajschof.me> | 2025-03-02 18:13:24 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-03-02 18:13:24 +0000 |
| commit | c1e3b00b982d60e53d22b2d8a3aceeeb3de9780e (patch) | |
| tree | 915b2e5a57048f35ed778e6178e9b9994f065b1b /gdpr_obfuscator/__init__.py | |
| parent | dfeb9c12a96a3820f789b4497c0193e197d28791 (diff) | |
| download | gdpr-obfuscator-c1e3b00b982d60e53d22b2d8a3aceeeb3de9780e.tar.gz gdpr-obfuscator-c1e3b00b982d60e53d22b2d8a3aceeeb3de9780e.zip | |
remove unused import in __init__.py
Diffstat (limited to 'gdpr_obfuscator/__init__.py')
| -rw-r--r-- | gdpr_obfuscator/__init__.py | 1 |
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: |
