Skip to content

Commit 8425225

Browse files
committed
update comments, remove inspect marker
1 parent 5d84700 commit 8425225

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/graphql/execution/map_async_iterable.py

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
__all__ = ["map_async_iterable"]
77

88

9-
# The following is a class because its type is checked in the code.
10-
# otherwise, it could be implemented as a simple async generator function
11-
12-
13-
# noinspection PyAttributeOutsideInit
149
async def map_async_iterable(
1510
iterable: AsyncIterable[Any], callback: Callable[[Any], Awaitable[Any]]
1611
) -> None:

0 commit comments

Comments
 (0)