fixed linting

This commit is contained in:
yangdx
2025-01-21 01:03:37 +08:00
parent 2e62cf1c66
commit 81a0a7cff0

View File

@@ -606,7 +606,7 @@ def create_app(args):
else "",
version=__api_version__,
openapi_tags=[{"name": "api"}],
lifespan=lifespan
lifespan=lifespan,
)
# Add CORS middleware