Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Bonauer authored and Bouni committed Jan 24, 2024
1 parent 72537ef commit 5184a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def categories(self):
):
self.category_map.setdefault(row[0], []).append(row[1])
tmp = list(self.category_map.keys())
tmp.insert(0, 'All')
tmp.insert(0, "All")
return tmp

def get_subcategories(self, category):
Expand Down

0 comments on commit 5184a1b

Please sign in to comment.