mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-20 02:41:16 +08:00
fixes for ci imports failures
This commit is contained in:
1
django-stubs/core/cache/__init__.pyi
vendored
1
django-stubs/core/cache/__init__.pyi
vendored
@@ -15,7 +15,6 @@ class DefaultCacheProxy:
|
||||
def __setattr__(self, name: str, value: Callable) -> None: ...
|
||||
def __delattr__(self, name: Any): ...
|
||||
def __contains__(self, key: str) -> bool: ...
|
||||
def __eq__(self, other: Any): ...
|
||||
|
||||
cache: Any
|
||||
caches: CacheHandler
|
||||
|
||||
Reference in New Issue
Block a user