Merge "TrivialFix: Remove cfg import unused"

This commit is contained in:
Jenkins
2016-08-29 14:44:40 +00:00
committed by Gerrit Code Review
8 changed files with 0 additions and 27 deletions

View File

@@ -17,15 +17,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from oslo_config import cfg
from watcher.common import utils
from watcher.decision_engine.loading import default
CONF = cfg.CONF
class CollectorManager(object):
def __init__(self):