Skip to content

Commit

Permalink
fix #241 reimport deprecated fns (#242)
Browse files Browse the repository at this point in the history
* fix #241 reimport deprecated fns

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
daroczig and pre-commit-ci[bot] authored Oct 19, 2024
1 parent d74c5ea commit 60879cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cachier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
from .config import (
disable_caching,
enable_caching,
get_default_params,
get_global_params,
set_default_params,
set_global_params,
)
from .core import cachier

__all__ = [
"cachier",
"set_default_params",
"get_default_params",
"set_global_params",
"get_global_params",
"enable_caching",
Expand Down

0 comments on commit 60879cc

Please sign in to comment.