Skip to content

Commit 07dd62c

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/cachier/config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ def _hash_numpy_array(hasher: "hashlib._Hash", value: Any) -> None:
5656
hasher.update(value.tobytes(order="C"))
5757

5858

59-
def _update_hash_for_value(
60-
hasher: "hashlib._Hash", value: Any, depth: int = 0, max_depth: int = 100
61-
) -> None:
59+
def _update_hash_for_value(hasher: "hashlib._Hash", value: Any, depth: int = 0, max_depth: int = 100) -> None:
6260
"""Update hasher with a stable representation of a Python value.
6361
6462
Parameters

0 commit comments

Comments
 (0)