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

Commit 770a3922 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

fix pep8 issues

parent e9ba3243
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -10,9 +10,11 @@ ALLOWED_NAMES = {
    k: v for k, v in math.__dict__.items() if not k.startswith("__")
}


def check_if_loaded():
    logger.debug("initializing calculator plugin")


def post_search(request, search):
    if search.search_query.pageno > 1:
        return True