Skip to content

Commit

Permalink
fix flake8 finding
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Aug 17, 2023
1 parent af2da1e commit d69d210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/click/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def _get_argv_encoding() -> str:

_ansi_stream_wrappers: t.MutableMapping[t.TextIO, t.TextIO] = WeakKeyDictionary()

def auto_wrap_for_ansi(
def auto_wrap_for_ansi( # noqa: F811
stream: t.TextIO, color: t.Optional[bool] = None
) -> t.TextIO:
"""Support ANSI color and style codes on Windows by wrapping a
Expand Down

0 comments on commit d69d210

Please sign in to comment.