Skip to content

Commit 5637a8f

Browse files
committed
lint
Signed-off-by: Tim Li <[email protected]>
1 parent 75b8664 commit 5637a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadence/worker/_base_task_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22
from abc import ABC, abstractmethod
3-
from typing import Any, Dict, TypeVar, Generic
3+
from typing import TypeVar, Generic
44

55
logger = logging.getLogger(__name__)
66

0 commit comments

Comments
 (0)