fixed linting
This commit is contained in:
@@ -606,7 +606,7 @@ def create_app(args):
|
|||||||
else "",
|
else "",
|
||||||
version=__api_version__,
|
version=__api_version__,
|
||||||
openapi_tags=[{"name": "api"}],
|
openapi_tags=[{"name": "api"}],
|
||||||
lifespan=lifespan
|
lifespan=lifespan,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Add CORS middleware
|
# Add CORS middleware
|
||||||
|
Reference in New Issue
Block a user