diff --git a/accountant/views/scheduled_operations.py b/accountant/views/scheduled_operations.py index 3d0f83f..4d45a02 100644 --- a/accountant/views/scheduled_operations.py +++ b/accountant/views/scheduled_operations.py @@ -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' diff --git a/accountant/views/users.py b/accountant/views/users.py index 2ff1c20..a8d8fa9 100644 --- a/accountant/views/users.py +++ b/accountant/views/users.py @@ -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.