@@ -3696,7 +3696,7 @@ def async_zip(
36963696
36973697
36983698@overload
3699- def async_zip ( # type: ignore
3699+ def async_zip (
37003700 __iterable_a : AnyIterable [Any ],
37013701 __iterable_b : AnyIterable [Any ],
37023702 __iterable_c : AnyIterable [Any ],
@@ -3833,7 +3833,7 @@ def async_zip_equal(
38333833
38343834
38353835@overload
3836- def async_zip_equal ( # type: ignore
3836+ def async_zip_equal (
38373837 __iterable_a : AnyIterable [Any ],
38383838 __iterable_b : AnyIterable [Any ],
38393839 __iterable_c : AnyIterable [Any ],
@@ -3972,7 +3972,7 @@ def async_zip_longest(
39723972
39733973
39743974@overload
3975- def async_zip_longest ( # type: ignore
3975+ def async_zip_longest (
39763976 __iterable_a : AnyIterable [Any ],
39773977 __iterable_b : AnyIterable [Any ],
39783978 __iterable_c : AnyIterable [Any ],
@@ -4101,7 +4101,7 @@ def async_zip_longest(
41014101
41024102
41034103@overload
4104- def async_zip_longest ( # type: ignore
4104+ def async_zip_longest (
41054105 __iterable_a : AnyIterable [Any ],
41064106 __iterable_b : AnyIterable [Any ],
41074107 __iterable_c : AnyIterable [Any ],
@@ -4508,7 +4508,7 @@ def standard_async_map(
45084508
45094509
45104510@overload
4511- def standard_async_map ( # type: ignore
4511+ def standard_async_map (
45124512 function : DynamicCallable [R ],
45134513 __iterable_t : AnyIterable [Any ],
45144514 __iterable_u : AnyIterable [Any ],
@@ -4565,7 +4565,7 @@ def standard_async_map_await(
45654565
45664566
45674567@overload
4568- def standard_async_map_await ( # type: ignore
4568+ def standard_async_map_await (
45694569 function : DynamicAsyncCallable [R ],
45704570 __iterable_t : AnyIterable [Any ],
45714571 __iterable_u : AnyIterable [Any ],
@@ -5022,7 +5022,7 @@ def async_cartesian_product(
50225022
50235023
50245024@overload
5025- def async_cartesian_product ( # type: ignore
5025+ def async_cartesian_product (
50265026 __iterable_a : AnyIterable [Any ],
50275027 __iterable_b : AnyIterable [Any ],
50285028 __iterable_c : AnyIterable [Any ],
0 commit comments