Cherry Pick - Remove unused logging import
Change-Id: Ic71ea287803f792d70105ec24012ee812b078401
This commit is contained in:
parent
236856c034
commit
c86f9e794b
@ -21,10 +21,6 @@ from gluon.api.baseObject import APIBase
|
||||
from gluon.api import link
|
||||
from gluon.particleGenerator import generator as particle_generator
|
||||
from oslo_config import cfg
|
||||
from oslo_log import log as logging
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ProtonRoot(APIBase):
|
||||
|
@ -17,13 +17,9 @@ import pkg_resources
|
||||
import six
|
||||
import yaml
|
||||
|
||||
from oslo_log import log as logging
|
||||
|
||||
from gluon.common import exception as exc
|
||||
from gluon.db.sqlalchemy import models as sql_models
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class MyData(object):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user