diff options
| author | Timothy Edmund Crosley <timothy.crosley@gmail.com> | 2021-05-31 22:35:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-31 22:35:32 -0700 |
| commit | c724fd7fcde55087e088f3db3e5b68bd84ac9e48 (patch) | |
| tree | aa35d35c9cc367f7a8cd6a200252aca465cd0323 /tests | |
| parent | b4254e7f91afb6863c13c6b4b1914e6f5e287a3c (diff) | |
| download | isort-c724fd7fcde55087e088f3db3e5b68bd84ac9e48.tar.gz | |
Update test_api.py
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/benchmark/test_api.py | 1 |
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" |
