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