Skip to content

Commit

Permalink
format: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anshg1214 committed Jan 27, 2025
1 parent be3036e commit b5dc221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions listenbrainz/webserver/views/explore.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def process_genre_explorer_data(data: list, genre_mbid: str) -> tuple[dict, list
else:
adj_matrix[genre_id] = []
parent_map[genre_id] = set()

if genre_mbid not in id_name_map:
return None, None, None, None

Expand Down Expand Up @@ -175,7 +175,7 @@ def process_genre_explorer_data(data: list, genre_mbid: str) -> tuple[dict, list
else:
adj_matrix[genre_id] = []
parent_map[genre_id] = set()

if genre_mbid not in id_name_map:
return None, None, None, None

Expand Down

0 comments on commit b5dc221

Please sign in to comment.