Skip to content

Commit a51375c

Browse files
committed
Add code type
1 parent 6c71be2 commit a51375c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You need to implement these callback functions:
9494
<details>
9595
<summary>An example for LRU</summary>
9696

97-
```
97+
```python
9898
from collections import OrderedDict
9999
from libcachesim import PluginCache, CommonCacheParams, Request, SyntheticReader, LRU
100100

0 commit comments

Comments
 (0)