Skip to content

Commit 8817312

Browse files
committed
update state
1 parent d3054d8 commit 8817312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/gunicorn/gunicorn/asgi/lifespan.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ from .._types import _ASGIAppType
77
class LifespanManager:
88
app: _ASGIAppType
99
logger: GLogger
10-
state: dict[str, Incomplete]
10+
state: dict[Incomplete, Incomplete]
1111

12-
def __init__(self, app: _ASGIAppType, logger: GLogger, state: dict[str, Incomplete] | None = None) -> None: ...
12+
def __init__(self, app: _ASGIAppType, logger: GLogger, state: dict[Incomplete, Incomplete] | None = None) -> None: ...
1313
async def startup(self) -> None: ...
1414
async def shutdown(self) -> None: ...

0 commit comments

Comments
 (0)