🚫 **[mypy]** <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Argument 1 to "asynccontextmanager" has incompatible type "Callable[[Any], None]"; expected "Callable[[Any], AsyncIterator[Never]]" [arg-type]
🚫[mypy]reported by reviewdog🐶 The return type of an async generator function should be "AsyncGenerator" or one of its supertypes [misc]
🚫 **[mypy]** <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>The return type of an async generator function should be "AsyncGenerator" or one of its supertypes [misc]
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
@@ -18,13 +18,14 @@ from api.routers import line, stop@asynccontextmanager🚫 [mypy] reported by reviewdog 🐶
Argument 1 to "asynccontextmanager" has incompatible type "CallableAny], None]"; expected "Callable[[Any], AsyncIterator[Never" [arg-type]
@@ -19,3 +19,3 @@@asynccontextmanagerasync def lifespan(app: FastAPI):async def lifespan(app: FastAPI) -> None:🚫 [mypy] reported by reviewdog 🐶
The return type of an async generator function should be "AsyncGenerator" or one of its supertypes [misc]
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.