Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 9535dd1

Browse files
committed
fix: 1
1 parent 8116949 commit 9535dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatchet_sdk/clients/workflow_listener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async def _init_producer(self) -> None:
119119

120120
t.cancel()
121121
if self.listener:
122-
self.listener.cancel()
122+
self.listener.cancel() # type: ignore[attr-defined]
123123
await asyncio.sleep(
124124
DEFAULT_WORKFLOW_LISTENER_RETRY_INTERVAL
125125
)

0 commit comments

Comments
 (0)