♻️ Re-format tutorials, files names and tests

for tutorial files
This commit is contained in:
Sebastián Ramírez
2018-12-18 21:59:06 +04:00
parent dcb076b752
commit 00e2e544c7
146 changed files with 1480 additions and 688 deletions

View File

@@ -1,8 +1,9 @@
from typing import List
from fastapi import Cookie, Depends, FastAPI
from pydantic import BaseModel
from fastapi import Cookie, Depends, FastAPI
app = FastAPI()