summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2021-05-31 22:35:32 -0700
committerGitHub <noreply@github.com>2021-05-31 22:35:32 -0700
commitc724fd7fcde55087e088f3db3e5b68bd84ac9e48 (patch)
treeaa35d35c9cc367f7a8cd6a200252aca465cd0323 /tests
parentb4254e7f91afb6863c13c6b4b1914e6f5e287a3c (diff)
downloadisort-c724fd7fcde55087e088f3db3e5b68bd84ac9e48.tar.gz
Update test_api.py
Diffstat (limited to 'tests')
-rw-r--r--tests/benchmark/test_api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmark/test_api.py b/tests/benchmark/test_api.py
index 11698cb0..0d2432d3 100644
--- a/tests/benchmark/test_api.py
+++ b/tests/benchmark/test_api.py
@@ -1,4 +1,5 @@
import pytest
+
from isort import api
imperfect_content = "import b\nimport a\n"