Skip to content

Commit

Permalink
undo cache change
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 23, 2023
1 parent 31e1041 commit 741c01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyconify/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def _cached_svg_path(svg_cache_key: str) -> Path | None:
return None # pragma: no cover


# @lru_cache(maxsize=None)
@lru_cache(maxsize=None)
def svg_path(
*key: str,
color: str | None = None,
Expand Down

0 comments on commit 741c01c

Please sign in to comment.