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 75b8664 commit ea56208Copy full SHA for ea56208
cadence/worker/_base_task_handler.py
@@ -1,6 +1,6 @@
1
import logging
2
from abc import ABC, abstractmethod
3
-from typing import Any, Dict, TypeVar, Generic
+from typing import TypeVar, Generic
4
5
logger = logging.getLogger(__name__)
6
0 commit comments