diff --git a/podman_compose_tools/executor/execution.py b/podman_compose_tools/executor/execution.py index 6438876..8d5770e 100644 --- a/podman_compose_tools/executor/execution.py +++ b/podman_compose_tools/executor/execution.py @@ -3,8 +3,6 @@ from functools import cached_property from pathlib import PurePath from typing import Callable, Optional -from attrs import define - from .base import CommandArgs, ShellCommandStr from .completed import CompletedExec