Skip to content

Commit a1621bf

Browse files
committed
typing
1 parent 6548188 commit a1621bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/projects/_wallets_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
)
2727

2828

29-
async def get_project_wallet(app, project_id: ProjectID):
29+
async def get_project_wallet(app, project_id: ProjectID) -> WalletGet | None:
3030
db: ProjectDBAPI = ProjectDBAPI.get_from_app_context(app)
3131

3232
wallet_db: WalletDB | None = await db.get_project_wallet(project_uuid=project_id)

0 commit comments

Comments
 (0)