summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/metering/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/admin/metering/tables.py')
-rw-r--r--openstack_dashboard/dashboards/admin/metering/tables.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/openstack_dashboard/dashboards/admin/metering/tables.py b/openstack_dashboard/dashboards/admin/metering/tables.py
index eaeb0e5e0..a7c316a3a 100644
--- a/openstack_dashboard/dashboards/admin/metering/tables.py
+++ b/openstack_dashboard/dashboards/admin/metering/tables.py
@@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-import logging
-
from django.template.defaultfilters import filesizeformat # noqa
from django.utils.translation import ugettext_lazy as _ # noqa
@@ -22,9 +20,6 @@ from horizon import tables
from openstack_dashboard import api
-LOG = logging.getLogger(__name__)
-
-
class CommonFilterAction(tables.FilterAction):
def filter(self, table, resources, filter_string):
q = filter_string.lower()