Merge "Remove unused LOG"
This commit is contained in:
commit
837beca474
cinder/api
@ -14,7 +14,6 @@
|
||||
|
||||
|
||||
from oslo_config import cfg
|
||||
from oslo_log import log as logging
|
||||
import webob
|
||||
from webob import exc
|
||||
|
||||
@ -28,7 +27,6 @@ import cinder.policy
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
MESSAGES_BASE_MICRO_VERSION = '3.3'
|
||||
|
||||
|
||||
|
@ -12,14 +12,9 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from oslo_log import log as logging
|
||||
|
||||
from cinder.api import common
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ViewBuilder(common.ViewBuilder):
|
||||
"""Model manageable snapshot responses as a python dictionary."""
|
||||
|
||||
|
@ -12,14 +12,9 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from oslo_log import log as logging
|
||||
|
||||
from cinder.api import common
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ViewBuilder(common.ViewBuilder):
|
||||
"""Model manageable volume responses as a python dictionary."""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user