fix linting

This commit is contained in:
Robert Kaussow 2021-01-11 12:11:37 +01:00
parent 777415731d
commit 417ca9557d
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -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):