Skip to content

Commit 2a7eb5b

Browse files
akbakb
authored andcommitted
Blacken
1 parent 203ca70 commit 2a7eb5b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/mario/testing/atools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def gen_max(items):
4444

4545

4646
import functools
47+
48+
4749
def wrap_sync_fold(function):
4850
@functools.wraps(function)
4951
def wrap(items):

src/mario/traversals.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ async def sync_apply(
151151

152152

153153
import functools
154+
155+
154156
def wrap_sync_fold(function):
155157
@functools.wraps(function)
156158
def wrap(items):

0 commit comments

Comments
 (0)