Skip to content

Commit d3a13a1

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cachier/cores/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def _get_func_str(func: Callable) -> str:
3232
We accept Any here because static analysis can't always prove that the
3333
runtime object will have __module__ and __name__, but at runtime the
3434
decorated functions always do.
35+
3536
"""
3637
return f".{func.__module__}.{func.__name__}"
3738

0 commit comments

Comments
 (0)