Lint: E306 expected 1 blank line before a nested definition, found 0
This commit is contained in:
		| @@ -149,6 +149,7 @@ class RequestParser(object): | ||||
|     def __call__(self, function): | ||||
|         if not callable(function): | ||||
|             return | ||||
|  | ||||
|         @wraps(function) | ||||
|         def wrapped_function(*args, **kwargs): | ||||
|             parser = reqparse.RequestParser() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user