From 417ca9557d0c6bc1232f4cefad1d906c4bc9a1c7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 11 Jan 2021 12:11:37 +0100 Subject: [PATCH] fix linting --- ansiblelater/utils/rulehelper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansiblelater/utils/rulehelper.py b/ansiblelater/utils/rulehelper.py index 3a85ce2..340fb59 100644 --- a/ansiblelater/utils/rulehelper.py +++ b/ansiblelater/utils/rulehelper.py @@ -11,11 +11,11 @@ from ansiblelater.command.candidates import Error from ansiblelater.exceptions import LaterAnsibleError from ansiblelater.exceptions import LaterError +from .yamlhelper import UnsafeTag from .yamlhelper import action_tasks from .yamlhelper import normalize_task from .yamlhelper import normalized_yaml from .yamlhelper import parse_yaml_linenumbers -from .yamlhelper import UnsafeTag def get_tasks(candidate, settings):