``` async def subscribe_new_subject( self, subject: str, callback: CoroutineType, init_subscription=False, is_async=False, data_type=None ): ``` getting the warning: <img width="967" alt="Screenshot 2021-07-22 at 16 49 59" src="https://user-images.githubusercontent.com/70594673/126650194-f5affea8-9462-429d-9710-a282359f92ba.png"> The valid one is > callback: Callable[[Msg], Awaitable[None]]
getting the warning:

The valid one is