TrivialFix: Remove logging import unused

This patch removes logging import unused in
fuel_agent/objects/partition/parted.py

Change-Id: Ia14a5a916ea37c626371467b654c44188e0149d0
This commit is contained in:
Cao Xuan Hoang 2016-09-06 13:04:35 +07:00
parent ecd7a67ee0
commit 6c206f7838
1 changed files with 0 additions and 4 deletions

View File

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