Skip to content

Commit

Permalink
Make formatting happy for CI black ...
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jan 7, 2025
1 parent 7ae0064 commit 87ad9d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_black.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,8 +1357,7 @@ def _new_wrapper(
output: io.StringIO, io_TextIOWrapper: type[io.TextIOWrapper]
) -> Callable[[Any, Any], Union[io.StringIO, io.TextIOWrapper]]:
def get_output(
*args: Any,
**kwargs: Any
*args: Any, **kwargs: Any
) -> Union[io.StringIO, io.TextIOWrapper]:
if args == (sys.stdout.buffer,):
# It's `format_stdin_to_stdout()` calling `io.TextIOWrapper()`,
Expand Down

0 comments on commit 87ad9d5

Please sign in to comment.