Commit 3201d57b authored by Jan Reimes's avatar Jan Reimes
Browse files

style(test): remove unnecessary blank lines

parent a6c7b943
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ from __future__ import annotations
import asyncio

import pytest

from pool_executors import Runner


+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ except ImportError, AttributeError:
    InterpreterPoolExecutor = None  # type: ignore[misc]

import pytest

from pool_executors import ExecutorType, SerialPoolExecutor, create_executor