Skip to content

Commit 1989085

Browse files
committed
unused any import
1 parent 42d8f52 commit 1989085

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proxy/core/work/threadless.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import multiprocessing
1919

2020
from abc import abstractmethod, ABC
21-
from typing import TYPE_CHECKING, Any, Dict, Optional, Tuple, List, Set, Generic, TypeVar, Union
21+
from typing import TYPE_CHECKING, Dict, Optional, Tuple, List, Set, Generic, TypeVar, Union
2222

2323
from ...common.logger import Logger
2424
from ...common.types import Readables, SelectableEvents, Writables
@@ -29,6 +29,8 @@
2929
from ..event import eventNames
3030

3131
if TYPE_CHECKING:
32+
from typing import Any
33+
3234
from ..event import EventQueue
3335
from .work import Work
3436

0 commit comments

Comments
 (0)