Merge "Remove logging import unused"

This commit is contained in:
Jenkins 2016-09-14 19:56:10 +00:00 committed by Gerrit Code Review
commit 1b6b276dc7
2 changed files with 0 additions and 6 deletions

View File

@ -11,13 +11,10 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from designate_tempest_plugin import data_utils as dns_data_utils
from designate_tempest_plugin.services.dns.admin.json import base
LOG = logging.getLogger(__name__)
class QuotasClient(base.DnsClientAdminBase):

View File

@ -11,13 +11,10 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from designate_tempest_plugin import data_utils as dns_data_utils
from designate_tempest_plugin.services.dns.v2.json import base
LOG = logging.getLogger(__name__)
class QuotasClient(base.DnsClientV2Base):