remove LOG definitions that have not been used

Change-Id: I6d1b942390a592e00755c5974995d0810085ace2
This commit is contained in:
chenke
2018-07-25 10:13:18 +08:00
parent 1272ca579e
commit ea5252dd29
4 changed files with 0 additions and 17 deletions

View File

@@ -14,14 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from oslo_log import log
from watcher.decision_engine.scope import base
LOG = log.getLogger(__name__)
class BaremetalScope(base.BaseScope):
"""Baremetal Audit Scope Handler"""

View File

@@ -11,16 +11,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from oslo_log import log
from watcher.common import cinder_helper
from watcher.common import exception
from watcher.decision_engine.scope import base
LOG = log.getLogger(__name__)
class StorageScope(base.BaseScope):
"""Storage Audit Scope Handler"""