diff --git a/oslo_reports/generators/threading.py b/oslo_reports/generators/threading.py index 9d68f90..09382e4 100644 --- a/oslo_reports/generators/threading.py +++ b/oslo_reports/generators/threading.py @@ -19,8 +19,6 @@ generators for generating the models in :mod:`oslo_reports.models.threading`. """ -from __future__ import absolute_import - import gc import sys import threading diff --git a/oslo_reports/guru_meditation_report.py b/oslo_reports/guru_meditation_report.py index 1b73599..a0fb7d6 100644 --- a/oslo_reports/guru_meditation_report.py +++ b/oslo_reports/guru_meditation_report.py @@ -57,8 +57,6 @@ and get a Guru Meditation Report in the file or terminal where stderr is logged for that given service. """ -from __future__ import print_function - import inspect import logging import os diff --git a/oslo_reports/tests/test_guru_meditation_report.py b/oslo_reports/tests/test_guru_meditation_report.py index 2b8806b..d4c073c 100644 --- a/oslo_reports/tests/test_guru_meditation_report.py +++ b/oslo_reports/tests/test_guru_meditation_report.py @@ -12,8 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function - import datetime import os import re