Skip to content

Commit 98c02d3

Browse files
committed
Placate the flake8.
1 parent f8b2d6c commit 98c02d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pydis_site/apps/resources/views/resources.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ def __init__(self, *args, **kwargs):
8888
# A complete list of valid filter names
8989
self.valid_filters = {
9090
"topics": [as_css_class(topic) for topic in self.filters["Topics"]["filters"]],
91-
"payment_tiers": [as_css_class(tier) for tier in self.filters["Payment tiers"]["filters"]],
91+
"payment_tiers": [
92+
as_css_class(tier) for tier in self.filters["Payment tiers"]["filters"]
93+
],
9294
"type": [as_css_class(type_) for type_ in self.filters["Type"]["filters"]],
9395
"difficulty": [as_css_class(tier) for tier in self.filters["Difficulty"]["filters"]],
9496
}

0 commit comments

Comments
 (0)