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