Skip to content

Commit

Permalink
Fix scrutinizer issues in ssg/_yaml.py
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
  • Loading branch information
cipherboy committed Jun 15, 2018
1 parent 8bc68d1 commit 1d2a0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssg/_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

from ssg._jinja import _extract_substitutions_dict_from_template
from ssg._jinja import _rename_items
from ssg._jinja import *
from ssg._constants import *
from ssg._jinja import process_file
from ssg._constants import PKG_MANAGER_TO_SYSTEM, JINJA_MACROS_DEFINITIONS

try:
from yaml import CSafeLoader as yaml_SafeLoader
Expand Down

0 comments on commit 1d2a0e6

Please sign in to comment.