Skip to content

Commit d69d210

Browse files
committed
fix flake8 finding
1 parent af2da1e commit d69d210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/click/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def _get_argv_encoding() -> str:
516516

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

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

0 commit comments

Comments
 (0)