Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 23, 2024
1 parent c13440e commit 147fe4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/click/testing.py
Expand Up @@ -17,9 +17,10 @@
from ._compat import _find_binary_reader

if t.TYPE_CHECKING:
from .core import Command
from _typeshed import ReadableBuffer

from .core import Command


class EchoingStdin:
def __init__(self, input: t.BinaryIO, output: t.BinaryIO) -> None:
Expand Down

0 comments on commit 147fe4d

Please sign in to comment.