We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203ca70 commit 2a7eb5bCopy full SHA for 2a7eb5b
src/mario/testing/atools.py
@@ -44,6 +44,8 @@ def gen_max(items):
44
45
46
import functools
47
+
48
49
def wrap_sync_fold(function):
50
@functools.wraps(function)
51
def wrap(items):
src/mario/traversals.py
@@ -151,6 +151,8 @@ async def sync_apply(
151
152
153
154
155
156
157
158
0 commit comments