From d69d2106d821c43507829100f36774bbb7a1092b Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 17 Aug 2023 10:03:11 -0700 Subject: [PATCH] fix flake8 finding --- src/click/_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/click/_compat.py b/src/click/_compat.py index 9153d150c..23f886659 100644 --- a/src/click/_compat.py +++ b/src/click/_compat.py @@ -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