Skip to content

Commit

Permalink
Implement and test the search method
Browse files Browse the repository at this point in the history
  • Loading branch information
kutu-dev committed Sep 15, 2023
1 parent b3a5e0f commit 60ca427
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/knuckles/searching.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

# Use a plain dataclass as it only stores lists
# and doesn't have any sort of method to be generated


@dataclass
class SearchResult:
songs: list[Song] | None = None
Expand Down

0 comments on commit 60ca427

Please sign in to comment.