Skip to content
Snippets Groups Projects
Commit 14c82264 authored by Michał Pogoda's avatar Michał Pogoda
Browse files

style: remove unused imports

parent 0e0761f2
No related branches found
No related tags found
1 merge request!10Anonimizer v2
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
from typing import Any, Dict, List, Tuple from typing import Any, Dict, List, Tuple
from src.detections import DateDetection, Detection from src.detections import DateDetection
from src.detectors.interface import Detector from src.detectors.interface import Detector
from .en import detect_dates_en from .en import detect_dates_en
......
...@@ -2,8 +2,7 @@ from typing import Dict, List, Tuple ...@@ -2,8 +2,7 @@ from typing import Dict, List, Tuple
from src.annotations import (Annotation, MorphosyntacticAnnotation, from src.annotations import (Annotation, MorphosyntacticAnnotation,
NerAnnotation) NerAnnotation)
from src.detections import (DETECTION_CLASSES_MAP, Detection, from src.detections import (DETECTION_CLASSES_MAP, MorphosyntacticInfoMixin)
MorphosyntacticInfoMixin)
from src.detectors.interface import Detector from src.detectors.interface import Detector
......
from typing import Any, Dict, List, Tuple from typing import Any, Dict, List, Tuple
import regex as re
from src.detections import UrlDetection from src.detections import UrlDetection
from src.detectors.interface import Detector from src.detectors.interface import Detector
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment