Commit c4cbcda5 authored by Jan Reimes's avatar Jan Reimes
Browse files

style(factory): format import statements for better readability

parent 5dba013f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,8 +3,7 @@
from __future__ import annotations

import logging
from concurrent.futures import (Executor, ProcessPoolExecutor,
                                ThreadPoolExecutor)
from concurrent.futures import Executor, ProcessPoolExecutor, ThreadPoolExecutor
from typing import Any

from .serial import SerialPoolExecutor