Loading tests/pool_executor/test_executor_adapter.py +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ from __future__ import annotations import asyncio import pytest from pool_executors import Runner Loading tests/pool_executor/test_serial_executor.py +0 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ except ImportError, AttributeError: InterpreterPoolExecutor = None # type: ignore[misc] import pytest from pool_executors import ExecutorType, SerialPoolExecutor, create_executor Loading Loading
tests/pool_executor/test_executor_adapter.py +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ from __future__ import annotations import asyncio import pytest from pool_executors import Runner Loading
tests/pool_executor/test_serial_executor.py +0 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ except ImportError, AttributeError: InterpreterPoolExecutor = None # type: ignore[misc] import pytest from pool_executors import ExecutorType, SerialPoolExecutor, create_executor Loading