mirror of
https://github.com/fastapi/fastapi.git
synced 2026-07-04 12:06:56 -04:00
💚 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:
@@ -1,8 +1,7 @@
|
||||
from typing import List
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
from fastapi import Cookie, Depends, FastAPI
|
||||
from pydantic import BaseModel
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user