Skip to content

Commit 291f29f

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pydra/utils/hash.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ def hash_function(obj, **kwargs):
192192

193193

194194
def hash_object(
195-
obj: object, cache: ty.Optional[Cache] = None, persistent_cache: ty.Union[PersistentCache, Path, None] = None
195+
obj: object,
196+
cache: ty.Optional[Cache] = None,
197+
persistent_cache: ty.Union[PersistentCache, Path, None] = None,
196198
) -> Hash:
197199
"""Hash an object
198200

0 commit comments

Comments
 (0)