Pylint.
This commit is contained in:
parent
0cda88693f
commit
08bc80aa82
@ -27,7 +27,7 @@ from .users import requires_auth
|
||||
|
||||
from ..fields import Object
|
||||
|
||||
|
||||
# pylint: disable=invalid-name
|
||||
ns = Namespace(
|
||||
'scheduled_operation',
|
||||
description='Scheduled operation management'
|
||||
|
@ -65,6 +65,7 @@ def requires_auth(f):
|
||||
return wrapped
|
||||
|
||||
|
||||
# pylint: disable=invalid-name
|
||||
ns = Namespace('user', description='User management')
|
||||
|
||||
# Token with expiration time and type.
|
||||
|
Loading…
Reference in New Issue
Block a user