diff --git a/oslo_utils/fnmatch.py b/oslo_utils/fnmatch.py index 9b85da60..71439ab9 100644 --- a/oslo_utils/fnmatch.py +++ b/oslo_utils/fnmatch.py @@ -19,8 +19,6 @@ https://bugs.python.org/issue23191 .. versionadded:: 3.3 """ -from __future__ import absolute_import - import fnmatch as standard_fnmatch import os import posixpath diff --git a/oslo_utils/tests/test_fnmatch.py b/oslo_utils/tests/test_fnmatch.py index ae8415e1..78e11e69 100644 --- a/oslo_utils/tests/test_fnmatch.py +++ b/oslo_utils/tests/test_fnmatch.py @@ -10,8 +10,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import absolute_import - import fnmatch as standard_fnmatch import ntpath import posixpath diff --git a/tools/perf_test_mask_password.py b/tools/perf_test_mask_password.py index e470766a..f323f618 100644 --- a/tools/perf_test_mask_password.py +++ b/tools/perf_test_mask_password.py @@ -16,8 +16,6 @@ """Performance tests for mask_password. """ -from __future__ import print_function - import timeit from oslo_utils import strutils