diff options
| author | Timothy Edmund Crosley <timothy.crosley@gmail.com> | 2020-02-10 11:52:19 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 11:52:19 -0800 |
| commit | 7cbfff0dff3ceacee15dd3dde83ace5ffd9e4255 (patch) | |
| tree | 3f87c8e310939161723c1e79ac59354105751f92 | |
| parent | de3cc4a94e7f6c30a79ad3b3fce8c8390dd69211 (diff) | |
| download | isort-7cbfff0dff3ceacee15dd3dde83ace5ffd9e4255.tar.gz | |
Update test_main.py
| -rw-r--r-- | tests/test_main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.py b/tests/test_main.py index 95a6a772..45fb0b8a 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -3,6 +3,7 @@ import sys import pytest from hypothesis_auto import auto_pytest_magic + from isort import main from isort.settings import DEFAULT_CONFIG |
