mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-08 17:21:05 +00:00
tests
This commit is contained in:
parent
6a6a953682
commit
f9339a3dae
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from django.core.cache.backends.locmem import LocMemCache
|
|||
|
||||
|
||||
class Cache(BaseCache):
|
||||
def __init__(self, name, params: dict[str, Any]) -> None:
|
||||
def __init__(self, name, params):
|
||||
self._cache = LocMemCache(name, params)
|
||||
self.add = self._cache.add
|
||||
self.delete = self._cache.delete
|
||||
|
|
|
|||
Loading…
Reference in a new issue