Skip to content

Commit 662d42f

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 8c913e0 commit 662d42f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ ______________________________________________________________________
157157
### General structure
158158

159159
The repository contains a Python package called Cachier that provides persistent function caching with several backends:
160+
160161
```
161162
cachier/
162163
├── src/cachier/ # Main library code
@@ -180,6 +181,7 @@ cachier/
180181
├── README.rst # Main documentation
181182
└── ...
182183
```
184+
183185
### Key functionality
184186

185187
- core.py exposes the cachier decorator. It chooses a backend (pickle, mongo, memory, SQL, or Redis) and wraps the target function:

0 commit comments

Comments
 (0)