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):
|
class RequestParser(object):
|
||||||
def __init__(self, reqargs):
|
def __init__(self, reqargs):
|
||||||
self.reqargs = reqargs
|
self.reqargs = reqargs
|
||||||
|
|
||||||
def __call__(self, function):
|
def __call__(self, function):
|
||||||
if not callable(function):
|
if not callable(function):
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue