Merge "Remove unused LOG"

This commit is contained in:
Jenkins 2017-05-18 10:26:29 +00:00 committed by Gerrit Code Review
commit 4b034f7444
1 changed files with 0 additions and 4 deletions

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from django.utils.translation import ugettext_lazy as _
from horizon import tables
@ -23,8 +21,6 @@ from openstack_dashboard.dashboards.project.networks.ports import \
from openstack_dashboard.dashboards.project.networks.ports.tabs \
import PortsTab as project_port_tab
LOG = logging.getLogger(__name__)
class DeletePort(project_tables.DeletePort):
failure_url = "horizon:admin:networks:detail"