summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oslo_utils/fnmatch.py2
-rw-r--r--oslo_utils/tests/test_fnmatch.py2
-rw-r--r--tools/perf_test_mask_password.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/oslo_utils/fnmatch.py b/oslo_utils/fnmatch.py
index 9b85da6..71439ab 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 ae8415e..78e11e6 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 e470766..f323f61 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