diff --git a/libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/app/typing_indicator.py b/libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/app/typing_indicator.py index 24b3c0a0..f60d8b45 100644 --- a/libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/app/typing_indicator.py +++ b/libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/app/typing_indicator.py @@ -76,4 +76,3 @@ async def _typing_loop(self, context: TurnContext): await asyncio.sleep(self._intervalSeconds) except asyncio.CancelledError: logger.debug("Typing indicator loop cancelled") - raise