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 5637a8fCopy full SHA for 5637a8f
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