WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f9339a3

Browse files
committed
tests
1 parent 6a6a953 commit f9339a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cache_mockup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class Cache(BaseCache):
8-
def __init__(self, name, params: dict[str, Any]) -> None:
8+
def __init__(self, name, params):
99
self._cache = LocMemCache(name, params)
1010
self.add = self._cache.add
1111
self.delete = self._cache.delete

0 commit comments

Comments
 (0)