Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16155ddc authored by Adam Tauber's avatar Adam Tauber
Browse files

[fix] pep8

parent 13a27b90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ def render(template_name, **kwargs):
        kwargs['categories'] = ['general']
        kwargs['categories'].extend(x for x in
                                    sorted(categories.keys())
                                    if x != 'general'\
                                    if x != 'general'
                                    and x in nonblocked_categories)
    if not 'selected_categories' in kwargs:
        kwargs['selected_categories'] = []