From fd6b4d673d548e6553c34ff7bff3a8c9d7beb4fd Mon Sep 17 00:00:00 2001 From: Renan Rodrigues Date: Mon, 5 Jun 2023 11:55:42 -0300 Subject: [PATCH] fix linting --- tests/test_black.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_black.py b/tests/test_black.py index 453882262bd..a04dbab88e2 100644 --- a/tests/test_black.py +++ b/tests/test_black.py @@ -1638,7 +1638,7 @@ def test_read_pyproject_toml_from_stdin(self) -> None: src_python.touch() fake_ctx = FakeContext() - fake_ctx.params["src"] = ("-", ) + fake_ctx.params["src"] = ("-",) fake_ctx.params["stdin_filename"] = str(src_python) with change_directory(root):