mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Citadel: Remove unused get_filters method
This commit is contained in:
parent
98c7bd0865
commit
a5a197a154
@ -84,9 +84,6 @@ class CitadelProvider(IndicoSearchProvider):
|
||||
def get_placeholders(self):
|
||||
return [SearchOption(key, label) for key, (_, label) in placeholders.items()]
|
||||
|
||||
def get_filters(self):
|
||||
return [SearchOption(key, label) for key, label in filters.items()]
|
||||
|
||||
def get_sort_options(self):
|
||||
return [SearchOption(key, label) for key, label in sort_options.items()]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user