diff --git a/beets/util/pipeline.py b/beets/util/pipeline.py index a37728dd9..98a1addce 100644 --- a/beets/util/pipeline.py +++ b/beets/util/pipeline.py @@ -41,8 +41,7 @@ from typing import Callable, Generator, TypeVar if sys.version_info >= (3, 11): from typing import TypeVarTuple, Unpack else: - from typing_extensions import TypeVar, TypeVarTuple, Unpack - + from typing_extensions import TypeVarTuple, Unpack BUBBLE = "__PIPELINE_BUBBLE__" POISON = "__PIPELINE_POISON__"