Skip to content

Commit 72a0ce9

Browse files
fix: typecheck
1 parent a5c933e commit 72a0ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/fastapi/app_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class FastAPIAppServer(BaseAppServer):
1515
def __init__(self, app: FastAPI):
1616
self._app = app
17-
self._lifespan_manager = None
17+
self._lifespan_manager: LifespanManager | None = None
1818
self._shutdown_event = asyncio.Event()
1919

2020
@property

0 commit comments

Comments
 (0)