pep-8 docstrings
This commit is contained in:
parent
d6090f4327
commit
292c172812
@ -1,3 +1,4 @@
|
|||||||
|
"""Agenda App"""
|
||||||
from fastapi import FastAPI
|
from fastapi import FastAPI
|
||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
@ -5,5 +6,5 @@ app = FastAPI()
|
|||||||
|
|
||||||
@app.get('/')
|
@app.get('/')
|
||||||
async def home():
|
async def home():
|
||||||
|
"""Dummy route"""
|
||||||
return 'homepage'
|
return 'homepage'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user