summaryrefslogtreecommitdiff
path: root/test_isort.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_isort.py')
-rw-r--r--test_isort.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test_isort.py b/test_isort.py
index 68367885..d68033dd 100644
--- a/test_isort.py
+++ b/test_isort.py
@@ -34,8 +34,7 @@ import py
import pytest
from isort import finders, main, settings
-from isort.isort import SortImports
-from isort.main import is_python_file
+from isort.main import is_python_file, SortImports
from isort.settings import WrapModes
from isort.utils import exists_case_sensitive