From 6c206f7838a38be2f29c0e306f6fb831b48324cc Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Tue, 6 Sep 2016 13:04:35 +0700 Subject: [PATCH] TrivialFix: Remove logging import unused This patch removes logging import unused in fuel_agent/objects/partition/parted.py Change-Id: Ia14a5a916ea37c626371467b654c44188e0149d0 --- fuel_agent/objects/partition/parted.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fuel_agent/objects/partition/parted.py b/fuel_agent/objects/partition/parted.py index a94d9bda..cfa5131e 100644 --- a/fuel_agent/objects/partition/parted.py +++ b/fuel_agent/objects/partition/parted.py @@ -16,12 +16,8 @@ import copy -from oslo_log import log as logging - from fuel_agent.objects import base -LOG = logging.getLogger(__name__) - class Parted(base.Serializable):