mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: ruff errors
This commit is contained in:
parent
ef3d8c1f06
commit
c0e03f1b2b
2 changed files with 4 additions and 9 deletions
|
|
@ -62,7 +62,7 @@ async def api_install_user_sample(request: Request, username: str, org_slug: str
|
|||
|
||||
@router.post("/update")
|
||||
async def api_update_install_instance(request: Request, data: dict, step: int):
|
||||
installs = request.app.db["installs"]
|
||||
request.app.db["installs"]
|
||||
|
||||
# get latest created install
|
||||
install = await update_install_instance(request, data, step)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue