diff --git a/monitoring/test/test_alarm_tables.py b/monitoring/test/test_alarm_tables.py index a2511529..e549ae62 100644 --- a/monitoring/test/test_alarm_tables.py +++ b/monitoring/test/test_alarm_tables.py @@ -12,8 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import absolute_import - from django.test import TestCase from django.test.utils import override_settings from mock import Mock diff --git a/tools/install_venv.py b/tools/install_venv.py index 6675cc8c..352cb0dc 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -24,8 +24,6 @@ Installation script for the OpenStack Dashboard development virtualenv. # flake8: noqa -from __future__ import print_function - import os import subprocess import sys