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 6fcc52c commit ecd5b1eCopy full SHA for ecd5b1e
polling/test_service.py
@@ -1,9 +1,9 @@
1
-from collections import Counter
2
from dataclasses import dataclass
+from typing import Counter
3
4
from temporalio import activity
5
6
-attempts = Counter()
+attempts = Counter[str]()
7
ERROR_ATTEMPTS = 5
8
9
0 commit comments