mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-12 22:12:41 +02:00
fixup types
This commit is contained in:
@ -110,7 +110,7 @@ nothing: create everything<br>
|
||||
)
|
||||
|
||||
async def wallet(
|
||||
request=Query(None),
|
||||
request: Request = Query(None), #type: ignore
|
||||
nme: Optional[str] = Query(None), #type: ignore
|
||||
usr: Optional[UUID4] = Query(None), #type: ignore
|
||||
wal: Optional[UUID4] = Query(None), #type: ignore
|
||||
|
Reference in New Issue
Block a user