From 5b63fba296cbce2b3cd944c28565c60ef8030a36 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sun, 22 Jan 2023 22:37:51 -0800 Subject: [PATCH] Clean up --- tests/integration/test_projects_using_isort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_projects_using_isort.py b/tests/integration/test_projects_using_isort.py index 97c67d23..d3fe259e 100644 --- a/tests/integration/test_projects_using_isort.py +++ b/tests/integration/test_projects_using_isort.py @@ -66,7 +66,7 @@ def test_tmuxp(tmpdir): "--skip", "workspacebuilder.py", "--skip", - "freezer.py" + "freezer.py", ] )