From 08bc80aa8298a6ff124ce813285be2ec4675017f Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 13 May 2017 11:17:25 +0200 Subject: [PATCH] Pylint. --- accountant/views/scheduled_operations.py | 2 +- accountant/views/users.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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.