mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +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,9 +4,9 @@ from pulsar.schema import JsonSchema
|
|||
import uuid
|
||||
from aiohttp import WSMsgType
|
||||
|
||||
from ... schema import Metadata
|
||||
from ... schema import Triples
|
||||
from ... schema import triples_store_queue
|
||||
from .. schema import Metadata
|
||||
from .. schema import Triples
|
||||
from .. schema import triples_store_queue
|
||||
|
||||
from . publisher import Publisher
|
||||
from . socket import SocketEndpoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue