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