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

Commit cd701cd

Browse files
committed
fix: lint
1 parent 7498c63 commit cd701cd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

hatchet_sdk/worker/runner/runner.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,7 @@
88
from enum import Enum
99
from multiprocessing import Queue
1010
from threading import Thread, current_thread
11-
from typing import (
12-
TYPE_CHECKING,
13-
Any,
14-
Callable,
15-
Dict,
16-
Literal,
17-
Type,
18-
TypeVar,
19-
cast,
20-
overload,
21-
)
11+
from typing import TYPE_CHECKING, Any, Callable, Dict, TypeVar, cast
2212

2313
from opentelemetry.trace import StatusCode
2414
from pydantic import BaseModel

0 commit comments

Comments
 (0)