Skip to content

Commit 6b7f09b

Browse files
committed
remove asyncjoinall from synchro
1 parent 6d4da36 commit 6b7f09b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/synchro.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
"AsyncMockConnection": "MockConnection",
124124
"AsyncMockPool": "MockPool",
125125
"StopAsyncIteration": "StopIteration",
126-
"asyncjoinall": "joinall",
127126
}
128127

129128
docstring_replacements: dict[tuple[str, str], str] = {

0 commit comments

Comments
 (0)