fix: ruff errors

This commit is contained in:
swve 2023-07-10 15:20:02 +01:00
parent ef3d8c1f06
commit c0e03f1b2b
2 changed files with 4 additions and 9 deletions

View file

@ -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)