Skip to content

Commit b76cedc

Browse files
- Removed unused imports
1 parent 12d21f3 commit b76cedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ParallelProcessing: ...
2727
)
2828
from typing_extensions import Generic
2929
from typing import (
30-
Any, List, Unpack,
30+
List,
3131
Callable, Optional, Union,
3232
Mapping, Sequence, Tuple
3333
)

0 commit comments

Comments
 (0)