summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-01-03 01:44:17 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2020-01-03 01:44:17 -0800
commit4565cdedaa186bf8902c676fa99f8a34a40f15cc (patch)
treebfa9a88a629a3f37ff4ad7db25ba0e7c06dc7910
parent5cf43893ca21f8ff3a096ad6f6333a35e9494fda (diff)
downloadisort-4565cdedaa186bf8902c676fa99f8a34a40f15cc.tar.gz
Formatting
-rw-r--r--tests/test_comments.py1
-rw-r--r--tests/test_output.py1
-rw-r--r--tests/test_parse.py1
-rw-r--r--tests/test_wrap_modes.py1
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_comments.py b/tests/test_comments.py
index b1b4ed7b..1805f137 100644
--- a/tests/test_comments.py
+++ b/tests/test_comments.py
@@ -1,5 +1,4 @@
from hypothesis_auto import auto_pytest_magic
-
from isort import comments
auto_pytest_magic(comments.parse)
diff --git a/tests/test_output.py b/tests/test_output.py
index e42093b5..f9e04aec 100644
--- a/tests/test_output.py
+++ b/tests/test_output.py
@@ -1,7 +1,6 @@
import sys
from hypothesis_auto import auto_pytest_magic
-
from isort import output
auto_pytest_magic(output.with_comments, auto_allow_exceptions_=(ValueError,))
diff --git a/tests/test_parse.py b/tests/test_parse.py
index efc3a22a..f5846bd7 100644
--- a/tests/test_parse.py
+++ b/tests/test_parse.py
@@ -1,5 +1,4 @@
from hypothesis_auto import auto_pytest_magic
-
from isort import parse
from isort.settings import Config
diff --git a/tests/test_wrap_modes.py b/tests/test_wrap_modes.py
index dee26d4f..6c8a6655 100644
--- a/tests/test_wrap_modes.py
+++ b/tests/test_wrap_modes.py
@@ -1,7 +1,6 @@
import sys
from hypothesis_auto import auto_pytest_magic
-
from isort import wrap_modes
auto_pytest_magic(wrap_modes.grid, auto_allow_exceptions_=(ValueError,))