forked from mirrors/bookwyrm
PyLint
This commit is contained in:
parent
8712b2fdab
commit
0001d6e92a
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ FeedFilterChoices = [
|
||||||
|
|
||||||
|
|
||||||
def get_feed_filter_choices():
|
def get_feed_filter_choices():
|
||||||
|
"""return a list of filter choice keys"""
|
||||||
return [f[0] for f in FeedFilterChoices]
|
return [f[0] for f in FeedFilterChoices]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue