We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3481d0b commit 0aadb4dCopy full SHA for 0aadb4d
src/click/termui.py
@@ -6,7 +6,8 @@
6
import itertools
7
import sys
8
import typing as t
9
-from contextlib import AbstractContextManager, redirect_stdout
+from contextlib import AbstractContextManager
10
+from contextlib import redirect_stdout
11
from gettext import gettext as _
12
13
from ._compat import isatty
0 commit comments