Skip to content

Commit 3271490

Browse files
committed
Remove Delist and List Recommender Functionality
- Deleted the `delist_recommender.py` and `list_recommender.py` files from the backend API, effectively removing the associated functionality from the codebase. - Updated the `__init__.py` file to exclude imports related to the delist and list recommenders, streamlining the API structure. - This change is part of an ongoing effort to simplify the codebase and focus on core functionalities, enhancing maintainability and clarity.
1 parent 1e7bfd9 commit 3271490

File tree

4 files changed

+0
-4134
lines changed

4 files changed

+0
-4134
lines changed

backend/api/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@
1111
snapshot,
1212
ucache,
1313
vaults,
14-
delist_recommender,
15-
list_recommender,
1614
)

0 commit comments

Comments
 (0)