summaryrefslogtreecommitdiff
path: root/oslo_utils/fnmatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_utils/fnmatch.py')
-rw-r--r--oslo_utils/fnmatch.py2
1 files changed, 0 insertions, 2 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