Skip to content

Commit

Permalink
forgot to add is_adapter_async to AsyncCacheWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Someguy123 committed Nov 2, 2020
1 parent 582d5a7 commit 0a60dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions privex/helpers/cache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ class AsyncCacheWrapper(CacheWrapper):

instance_args = []
instance_kwargs = {}
is_adapter_async: bool = True

default_adapter: Union[Type[AsyncCacheAdapter], str] = settings.DEFAULT_ASYNC_CACHE_ADAPTER
"""The default adapter class to instantiate if :py:attr:`.cache_instance` is ``None``"""
Expand Down

0 comments on commit 0a60dad

Please sign in to comment.