We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be8956 commit 909bc35Copy full SHA for 909bc35
src/stac_auth_proxy/lifespan.py
@@ -32,6 +32,7 @@ def lifespan(settings: Settings | None = None, **settings_kwargs: Any):
32
33
if settings is None:
34
settings = Settings(**settings_kwargs)
35
+ assert settings is not None
36
37
@asynccontextmanager
38
async def _lifespan(app: FastAPI):
0 commit comments