Skip to content

Commit 0389157

Browse files
author
Mehak Bindra
committed
long line
1 parent 488db0e commit 0389157

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/apps/src/microsoft/teams/apps/http_plugin.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ async def combined_lifespan(app: Starlette):
118118
if server_factory:
119119
self._server = server_factory(self.app)
120120
if self._server.config.app is not self.app:
121-
raise ValueError("server_factory must return a uvicorn.Server configured with the provided FastAPI app instance.")
121+
raise ValueError(
122+
"server_factory must return a uvicorn.Server configured with the provided FastAPI app instance."
123+
)
122124

123125
# Add JWT validation middleware
124126
if app_id and not skip_auth:

0 commit comments

Comments
 (0)