Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-abm committed Jun 5, 2023
1 parent b34c399 commit fd6b4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_black.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fd6b4d6

Please sign in to comment.