Skip to content

Commit 852b783

Browse files
pre-commit-ci[bot]shaypal5
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9f64579 commit 852b783

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)