Lint: E301 expected 1 blank line, found 0
This commit is contained in:
parent
c1f25d3426
commit
c7f629dffc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue