Beautify JSON docs (#906)

Co-authored-by: Deven Patel <deven298@yahoo.com>
This commit is contained in:
Deven Patel
2023-11-03 13:52:33 -07:00
committed by GitHub
parent 23c912f2b7
commit 5428765329
4 changed files with 15 additions and 18 deletions

View File

@@ -1,6 +1,5 @@
from sqlalchemy.orm import Session
from models import AppModel
from sqlalchemy.orm import Session
def get_app(db: Session, app_id: str):