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

style: remove unused imports

parent 0e0761f2
Branches
1 merge request!10Anonimizer v2
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 .en import detect_dates_en
......
......@@ -2,8 +2,7 @@ from typing import Dict, List, Tuple
from src.annotations import (Annotation, MorphosyntacticAnnotation,
NerAnnotation)
from src.detections import (DETECTION_CLASSES_MAP, Detection,
MorphosyntacticInfoMixin)
from src.detections import (DETECTION_CLASSES_MAP, MorphosyntacticInfoMixin)
from src.detectors.interface import Detector
......
from typing import Any, Dict, List, Tuple
import regex as re
from src.detections import UrlDetection
from src.detectors.interface import Detector
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment