File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ def open_memory_channel(max_buffer_size: int) -> Tuple[
305
305
but at least it becomes possible to write those.
306
306
"""
307
307
308
- # Explicit "Any" is not allowed
308
+ # Explicit .../ "Any" is not allowed
309
309
def __init__ ( # type: ignore[misc]
310
310
self ,
311
311
fn : Callable [..., RetT ],
@@ -402,10 +402,10 @@ def name_asyncgen(agen: AsyncGeneratorType[object, NoReturn]) -> str:
402
402
403
403
# work around a pyright error
404
404
if TYPE_CHECKING :
405
- # Explicit "Any" is not allowed
405
+ # Explicit .../ "Any" is not allowed
406
406
Fn = TypeVar ("Fn" , bound = Callable [..., object ]) # type: ignore[misc]
407
407
408
- # Explicit "Any" is not allowed
408
+ # Explicit .../ "Any" is not allowed
409
409
def wraps ( # type: ignore[misc]
410
410
wrapped : Callable [..., object ],
411
411
assigned : Sequence [str ] = ...,
You can’t perform that action at this time.
0 commit comments