diff --git a/softman.py b/softman.py index f2e5806..cf3986e 100644 --- a/softman.py +++ b/softman.py @@ -5,7 +5,7 @@ data as represented in or used by Ansible. from typing import TypeAlias as Neotype from typing import TypedDict as Dict -from typing import Never, Union +from typing import Never, Union, Callable from custtypes import ExecutedPath, IdlePath from enum import Enum from pathlib import Path, PurePath