File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313from aleph .services .ipfs .pubsub import incoming_channel as incoming_ipfs_channel
1414from aleph .services .storage .fileystem_engine import FileSystemStorageEngine
1515from aleph .storage import StorageService
16- from aleph .types .db_session import DbSessionFactory
16+ from aleph .types .db_session import AsyncDbSessionFactory
1717from aleph .types .message_status import InvalidMessageFormat
1818
1919LOGGER = logging .getLogger (__name__ )
@@ -38,7 +38,7 @@ async def decode_pubsub_message(message_data: bytes) -> Dict[str, Any]:
3838
3939async def listener_tasks (
4040 config ,
41- session_factory : DbSessionFactory ,
41+ session_factory : AsyncDbSessionFactory ,
4242 node_cache : NodeCache ,
4343 p2p_client : AlephP2PServiceClient ,
4444 mq_channel : aio_pika .abc .AbstractChannel ,
You can’t perform that action at this time.
0 commit comments