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

@ -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