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):