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 185796d commit 28eef9cCopy full SHA for 28eef9c
src/idom/server/fastapi.py
@@ -87,7 +87,7 @@ def _setup_application(self, config: Config, app: FastAPI) -> None:
87
def _setup_application_did_start_event(
88
self, config: Config, app: FastAPI, event: Event
89
) -> None:
90
- def target():
+ def target() -> None:
91
while not hasattr(self, "_server") or not self._server.started:
92
time.sleep(1e-3)
93
event.set()
0 commit comments