Skip to content

Commit a6b16d1

Browse files
- Remove unused imports
1 parent 3281e6b commit a6b16d1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/thread/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ParallelProcessing: ...
2525
DatasetFunction, _Dataset_T,
2626
HookFunction
2727
)
28-
from typing_extensions import Generic, Concatenate, ParamSpec
28+
from typing_extensions import Generic, ParamSpec
2929
from typing import (
3030
List,
3131
Callable, Optional, Union,

tests/test_decorator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import time
2-
import pytest
3-
from src.thread import threaded, exceptions
2+
from src.thread import threaded
43

54

65
# >>>>>>>>>> Dummy Functions <<<<<<<<<< #

0 commit comments

Comments
 (0)