Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anshg1214 committed Jan 27, 2025
1 parent 41d7840 commit 971f583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions listenbrainz/webserver/views/explore.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def ai_brainz():

return render_template("index.html")


def process_genre_explorer_data(data: list, genre_mbid: str) -> tuple[dict, list[dict], dict, list[dict]]:
adj_matrix = defaultdict(list)
id_name_map = {}
Expand Down

0 comments on commit 971f583

Please sign in to comment.