refactor: drop unused imports left by the god-file split (pyflakes-clean)
This commit is contained in:
parent
2eb7bd3b8b
commit
0f69ed06e5
3 changed files with 0 additions and 10 deletions
|
|
@ -5,22 +5,14 @@ import os
|
|||
import shutil
|
||||
import sqlite3
|
||||
import threading
|
||||
from dataclasses import replace
|
||||
from datetime import datetime
|
||||
from pathlib import Path
|
||||
from typing import Any, Callable
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from rights_filter.analysis.face_person_detection import HeuristicFacePersonDetector
|
||||
from rights_filter.analysis.fingerprints import FingerprintService
|
||||
from rights_filter.analysis.internal_analyzer import InternalAnalyzer
|
||||
from rights_filter.analysis.risk_scoring import RiskScorer
|
||||
from rights_filter.domain.records import (
|
||||
Evidence,
|
||||
EvidenceSource,
|
||||
InMemoryRightsFilterRepository,
|
||||
KnowledgeBaseEntry,
|
||||
)
|
||||
from rights_filter.integrations.cloud_vision_web_detection import (
|
||||
CloudVisionWebDetectionAdapter,
|
||||
FakeWebDetectionClient,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ and self.* attributes provided by the host class. Behavior unchanged.
|
|||
from __future__ import annotations
|
||||
|
||||
import json
|
||||
import re
|
||||
import sqlite3
|
||||
from typing import Any
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ self.* attributes, and the extracted helper modules. Behavior unchanged.
|
|||
from __future__ import annotations
|
||||
|
||||
import base64
|
||||
import re
|
||||
from datetime import datetime
|
||||
from pathlib import Path
|
||||
from typing import Any
|
||||
|
|
|
|||
Loading…
Reference in a new issue