From 67b867a42e02d3f1cae2efc3a290b9b08a15eb0e Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 24 Jun 2015 17:26:40 -0400 Subject: [PATCH] Follow-up fix for H306 in bifrost_inventory.py Change-Id: I6d7b71ed935c570ae9fe6ac57353260ee39539ed --- playbooks/inventory/bifrost_inventory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/inventory/bifrost_inventory.py b/playbooks/inventory/bifrost_inventory.py index 9ed6a24d8..9802f921d 100755 --- a/playbooks/inventory/bifrost_inventory.py +++ b/playbooks/inventory/bifrost_inventory.py @@ -114,8 +114,8 @@ intended to support specific host queries. import csv import json import os -import yaml import six +import yaml from oslo_config import cfg from oslo_log import log