Skip to content

Commit e06a2de

Browse files
committed
fix merge
1 parent bfc1dcb commit e06a2de

File tree

2 files changed

+0
-160
lines changed

2 files changed

+0
-160
lines changed

CHANGELOG.md

Lines changed: 0 additions & 158 deletions
This file was deleted.

tests/client/test_stdio.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
tee: str = shutil.which("tee") # type: ignore
2828
python: str = shutil.which("python") # type: ignore
2929

30-
tee: str = shutil.which("tee") # type: ignore
31-
3230

3331
@pytest.mark.anyio
3432
@pytest.mark.skipif(tee is None, reason="could not find tee command")

0 commit comments

Comments
 (0)