Skip to content

Commit bfdb540

Browse files
committed
refactor!: only keep high level functions in init
1 parent c97b2a4 commit bfdb540

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pins/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010

1111
# Imports ----
12-
from .boards import BaseBoard
13-
from .cache import PinsCache, PinsUrlCache, cache_prune, cache_info
12+
from .cache import cache_prune, cache_info
1413
from .constructors import (
1514
board_deparse,
1615
board_folder,

0 commit comments

Comments
 (0)