Lint: E301 expected 1 blank line, found 0

This commit is contained in:
Joshua Boniface 2020-11-07 12:28:51 -05:00
parent c1f25d3426
commit c7f629dffc
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ celery.conf.update(app.config)
class RequestParser(object):
def __init__(self, reqargs):
self.reqargs = reqargs
def __call__(self, function):
if not callable(function):
return