From a8b70d251d238b4e6cfc7bb4296da15494f8dff3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 9 Feb 2015 13:19:34 -0500 Subject: [1.8.x] Sorted imports with isort; refs #23860. Backport of 0ed7d155635da9f79d4dd67e4889087d3673c6da from master --- tests/utils_tests/test_archive.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/utils_tests/test_archive.py') diff --git a/tests/utils_tests/test_archive.py b/tests/utils_tests/test_archive.py index 6f1b66b14b..d1dc5f2841 100644 --- a/tests/utils_tests/test_archive.py +++ b/tests/utils_tests/test_archive.py @@ -3,9 +3,8 @@ import shutil import tempfile import unittest -from django.utils.archive import Archive, extract from django.utils._os import upath - +from django.utils.archive import Archive, extract TEST_DIR = os.path.join(os.path.dirname(upath(__file__)), 'archives') -- cgit v1.3