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 d3054d8 commit 8817312Copy full SHA for 8817312
1 file changed
stubs/gunicorn/gunicorn/asgi/lifespan.pyi
@@ -7,8 +7,8 @@ from .._types import _ASGIAppType
7
class LifespanManager:
8
app: _ASGIAppType
9
logger: GLogger
10
- state: dict[str, Incomplete]
+ state: dict[Incomplete, Incomplete]
11
12
- def __init__(self, app: _ASGIAppType, logger: GLogger, state: dict[str, Incomplete] | None = None) -> None: ...
+ def __init__(self, app: _ASGIAppType, logger: GLogger, state: dict[Incomplete, Incomplete] | None = None) -> None: ...
13
async def startup(self) -> None: ...
14
async def shutdown(self) -> None: ...
0 commit comments