Fix relative imports (#197)

This commit is contained in:
cybermaggedon 2024-12-06 13:37:44 +00:00 committed by GitHub
parent 67d69b5285
commit 55c5c398b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 41 additions and 41 deletions

View file

@ -22,10 +22,10 @@ import pulsar
from pulsar.schema import JsonSchema
from prometheus_client import start_http_server
from ... log_level import LogLevel
from .. log_level import LogLevel
from ... schema import Metadata, Document, TextDocument
from ... schema import document_ingest_queue, text_ingest_queue
from .. schema import Metadata, Document, TextDocument
from .. schema import document_ingest_queue, text_ingest_queue
from . serialize import to_subgraph
from . running import Running