Skip to content

Commit d19f566

Browse files
Simon Sefcikclaude
authored andcommitted
feat: remove legacy API directories and dependencies
🗑️ Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3dace1a commit d19f566

101 files changed

Lines changed: 3 additions & 21876 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

blockapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
import coinaddrng
55

6-
import blockapi.api
76
import blockapi.utils
87

98
from .services import APIError
@@ -118,7 +117,8 @@ def _get_subclasses(class_name):
118117
def _get_all_inheritors():
119118
all_inheritors = []
120119

121-
tridy = _get_subclasses(blockapi.api)
120+
# tridy = _get_subclasses(blockapi.api) # Commented out - api directory removed
121+
tridy = []
122122

123123
for trida in tridy:
124124
tridy_sub = _get_subclasses(trida)

blockapi/api/__init__.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)