diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2021-06-20 23:46:18 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2021-06-20 23:46:18 -0700 |
| commit | 9bf7b356eeebc7b74322a33091dea217271d3041 (patch) | |
| tree | 21af681883b7f8182538794f48bff95ab2e5eb3a /tests/unit/test_settings.py | |
| parent | 170583575dc8a9f1c50cbd2bb8eb79df1a98fb82 (diff) | |
| download | isort-9bf7b356eeebc7b74322a33091dea217271d3041.tar.gz | |
Address linting errors
Diffstat (limited to 'tests/unit/test_settings.py')
| -rw-r--r-- | tests/unit/test_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_settings.py b/tests/unit/test_settings.py index ad0f3ae4..72b473d7 100644 --- a/tests/unit/test_settings.py +++ b/tests/unit/test_settings.py @@ -93,7 +93,7 @@ class TestConfig: assert Config(src_paths=src_paths * 2).src_paths == tuple(src_full_paths) def test_deprecated_multi_line_output(self): - assert Config(multi_line_output=6).multi_line_output == WrapModes.VERTICAL_GRID_GROUPED # type: ignore + assert Config(multi_line_output=6).multi_line_output == WrapModes.VERTICAL_GRID_GROUPED # type: ignore # noqa def test_as_list(): |
