mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 09:56:22 +02:00
Fix relative imports (#197)
This commit is contained in:
parent
67d69b5285
commit
55c5c398b6
15 changed files with 41 additions and 41 deletions
|
|
@ -4,8 +4,8 @@ import queue
|
|||
from pulsar.schema import JsonSchema
|
||||
import uuid
|
||||
|
||||
from ... schema import GraphEmbeddings
|
||||
from ... schema import graph_embeddings_store_queue
|
||||
from .. schema import GraphEmbeddings
|
||||
from .. schema import graph_embeddings_store_queue
|
||||
|
||||
from . subscriber import Subscriber
|
||||
from . socket import SocketEndpoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue