Merge "TrivialFix: Remove logging import unused"

This commit is contained in:
Jenkins 2016-08-30 03:53:46 +00:00 committed by Gerrit Code Review
commit 472c20fdb0

View File

@ -14,13 +14,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from tacker.common import log
from tacker.db.common_services import common_services_db
LOG = logging.getLogger(__name__)
class CommonServicesPlugin(common_services_db.CommonServicesPluginDb):
"""Reference plugin for COMMONSERVICES extension