Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Aug 7, 2020
1 parent d83489e commit 43aa1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_main(capsys, tmpdir):
# warnings should be displayed if old flags are used
with pytest.warns(UserWarning):
main.main([str(python_file), "--recursive", "-fss"])


def test_isort_command():
"""Ensure ISortCommand got registered, otherwise setuptools error must have occured"""
Expand Down

0 comments on commit 43aa1c8

Please sign in to comment.