Commit a6e15087 authored by Jan Reimes's avatar Jan Reimes
Browse files

♻️ refactor(imports): consolidate tdoc_crawler imports

parent 609e1bdf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -7,8 +7,7 @@ structured 3GPP metadata to document text before LightRAG insertion.
from __future__ import annotations

from pydantic import BaseModel, Field
from tdoc_crawler.tdocs.utils import normalize_tdoc_id
from tdoc_crawler.utils.normalization import normalize_release
from tdoc_crawler.utils.normalization import normalize_release, normalize_tdoc_id


def normalize_release_label(release: str | None) -> str | None:
+1 −1
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@ from enum import StrEnum, auto
from typing import Any

from pydantic import BaseModel, Field, field_validator, model_validator
from tdoc_crawler.tdocs.utils import normalize_tdoc_id
from tdoc_crawler.utils.misc import utc_now
from tdoc_crawler.utils.normalization import normalize_tdoc_id

from threegpp_ai.config import AiConfig
from threegpp_ai.operations.workspace_names import normalize_workspace_name
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ from tdoc_crawler.database.meetings import MeetingDatabase
from tdoc_crawler.logging import get_logger
from tdoc_crawler.tdocs.models import TDocMetadata
from tdoc_crawler.tdocs.sources.whatthespec import resolve_via_whatthespec
from tdoc_crawler.tdocs.utils import normalize_tdoc_id
from tdoc_crawler.utils.normalization import normalize_tdoc_id

from threegpp_ai.models import ExtractionError
from threegpp_ai.operations.conversion import (