Skip to content
Snippets Groups Projects
Commit c1e14025 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove unused imports in merge_yaml"

parents 01a4868b d15d9430
No related branches found
No related tags found
No related merge requests found
...@@ -21,13 +21,6 @@ import tempfile ...@@ -21,13 +21,6 @@ import tempfile
from yaml import dump from yaml import dump
from yaml import safe_load from yaml import safe_load
try:
from yaml import CDumper as Dumper # noqa: F401
from yaml import CLoader as Loader # noqa: F401
except ImportError:
from yaml import Dumper # noqa: F401
from yaml import Loader # noqa: F401
from ansible import constants from ansible import constants
from ansible import errors as ansible_errors from ansible import errors as ansible_errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment