Revert "Try importing opts dunder"

This reverts commit b7c3a2eba6.
This commit is contained in:
Pedro Algarvio 2024-04-15 16:24:38 +01:00
parent 1ad4918023
commit 466b26f101

View file

@ -20,7 +20,7 @@ import salt.utils.path
import salt.utils.templates
import salt.utils.url
from salt.exceptions import CommandExecutionError
from salt.loader.dunder import __context__, __file_client__, __grains__, __pillar__, __opts__
from salt.loader.dunder import __context__, __file_client__, __grains__, __pillar__
log = logging.getLogger(__name__)