From 43aa1c8f91bd460df707e745434aad326afbee2f Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Fri, 7 Aug 2020 00:54:37 -0700 Subject: [PATCH] Formatting --- tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index 3a85bf9c3..d0bfad5b1 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -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"""