Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 12, 2024
1 parent 2cdaab8 commit 0bd8e4f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

from fastapi import Depends, FastAPI
from servicelib.fastapi.dependencies import get_app
from simcore_service_api_server.services_rpc.wb_api_server import WbApiRpcClient

from ...services_rpc.wb_api_server import WbApiRpcClient


async def get_wb_api_rpc_client(
Expand Down

0 comments on commit 0bd8e4f

Please sign in to comment.