Merge "TrivialFix: Remove logging import unused"

This commit is contained in:
Jenkins 2016-09-06 18:22:26 +00:00 committed by Gerrit Code Review
commit bcbb1ffc1d
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):