💚 Revert to flit install and re-format

As it has shown to be more reliable, and closer to final user environments
This commit is contained in:
Sebastián Ramírez
2018-12-18 22:36:04 +04:00
parent ae50492735
commit 7da9625505
54 changed files with 78 additions and 127 deletions

View File

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