Loading tests/pool_executor/test_serial_executor.py +2 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,7 @@ from __future__ import annotations import time from concurrent.futures import (ProcessPoolExecutor, ThreadPoolExecutor, as_completed) from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor, as_completed from functools import partial try: Loading @@ -14,8 +13,7 @@ except ImportError: import pytest from pool_executors.pool_executors import (ExecutorType, SerialPoolExecutor, create_executor) from pool_executors.pool_executors import ExecutorType, SerialPoolExecutor, create_executor class TestSerialFuture: Loading Loading
tests/pool_executor/test_serial_executor.py +2 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,7 @@ from __future__ import annotations import time from concurrent.futures import (ProcessPoolExecutor, ThreadPoolExecutor, as_completed) from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor, as_completed from functools import partial try: Loading @@ -14,8 +13,7 @@ except ImportError: import pytest from pool_executors.pool_executors import (ExecutorType, SerialPoolExecutor, create_executor) from pool_executors.pool_executors import ExecutorType, SerialPoolExecutor, create_executor class TestSerialFuture: Loading