Skip to content

Commit 133479f

Browse files
committed
fix: add cache prune to top level imports
1 parent f8d1d28 commit 133479f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# Imports ----
1212
from .boards import BaseBoard
1313
from .constructors import *
14-
from .cache import PinsCache, PinsUrlCache
14+
from .cache import PinsCache, PinsUrlCache, cache_prune

0 commit comments

Comments
 (0)