Commit 46179a61 authored by George Papathanail's avatar George Papathanail Committed by Dimitrios Gogos
Browse files

fix format

parent 84206e84
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -285,9 +285,7 @@ async def default_lifespan(app: FastAPI) -> AsyncGenerator[None, None]:
    eam_operation_consumer = NatsOperationConsumer(
        client=publisher.client,
        subject=Subject.OPERATION_COMPLETED,
        handler=_build_operation_completed_handler(
            session_maker, srm_client, HttpCallbackClient()
        ),
        handler=_build_operation_completed_handler(session_maker, srm_client, HttpCallbackClient()),
    )
    await eam_operation_consumer.start()