Skip to content

Commit 0aadb4d

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 3481d0b commit 0aadb4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/click/termui.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
import itertools
77
import sys
88
import typing as t
9-
from contextlib import AbstractContextManager, redirect_stdout
9+
from contextlib import AbstractContextManager
10+
from contextlib import redirect_stdout
1011
from gettext import gettext as _
1112

1213
from ._compat import isatty

0 commit comments

Comments
 (0)