Skip to content

Commit a5ffc6a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2e78087 commit a5ffc6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

executorlib/standalone/serialize.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ def cloudpickle_register(ind: int = 2):
2828
pass
2929

3030

31-
def serialize_funct_h5(fn: callable, fn_args: list = [], fn_kwargs: dict = {}) -> Tuple[str, dict]:
31+
def serialize_funct_h5(
32+
fn: callable, fn_args: list = [], fn_kwargs: dict = {}
33+
) -> Tuple[str, dict]:
3234
"""
3335
Serialize a function and its arguments and keyword arguments into an HDF5 file.
3436

0 commit comments

Comments
 (0)