Skip to content

Commit 43aa1c8

Browse files
Formatting
1 parent d83489e commit 43aa1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_main(capsys, tmpdir):
234234
# warnings should be displayed if old flags are used
235235
with pytest.warns(UserWarning):
236236
main.main([str(python_file), "--recursive", "-fss"])
237-
237+
238238

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

0 commit comments

Comments
 (0)