mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-11 06:12:11 +02:00
Fix relative imports (#197)
This commit is contained in:
parent
67d69b5285
commit
55c5c398b6
15 changed files with 41 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue