add exports
This commit is contained in:
parent
ab6dbbade6
commit
0fc01bc2fb
2 changed files with 3 additions and 3 deletions
|
|
@ -314,5 +314,5 @@ def none_pass(func: Callable, *args, **kwargs) -> Callable:
|
|||
return wrapper
|
||||
|
||||
__all__ = (
|
||||
'deprecated', 'not_implemented', 'timed_cache', 'none_pass'
|
||||
'deprecated', 'not_implemented', 'timed_cache', 'none_pass', 'alru_cache'
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue