Skip to content

Commit

Permalink
fix: linting error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Mar 20, 2023
1 parent 043d4ad commit 185ec4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routers/chem.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

templates = Jinja2Templates(directory="app/templates")


@router.get("/")
async def chem_index():
return {"module": "chem", "message": "Successful", "status": 200}
Expand Down

0 comments on commit 185ec4c

Please sign in to comment.