mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: remove unused code in install.py
This commit is contained in:
parent
d70071c0cd
commit
8c47e5ff4e
1 changed files with 0 additions and 1 deletions
|
|
@ -76,7 +76,6 @@ async def api_update_install_instance(
|
||||||
step: int,
|
step: int,
|
||||||
db_session=Depends(get_db_session),
|
db_session=Depends(get_db_session),
|
||||||
) -> InstallRead:
|
) -> InstallRead:
|
||||||
request.app.db["installs"]
|
|
||||||
|
|
||||||
# get latest created install
|
# get latest created install
|
||||||
install = await update_install_instance(request, data, step, db_session)
|
install = await update_install_instance(request, data, step, db_session)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue