From ce5fafcbd8e6805f7ef77a0aea12916da678cc98 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 26 Jan 2017 12:00:54 -0500 Subject: [PATCH] Fix pylint ignores to use names --- oauth/test/test_oidc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth/test/test_oidc.py b/oauth/test/test_oidc.py index cf9612136..e8bdd0c0e 100644 --- a/oauth/test/test_oidc.py +++ b/oauth/test/test_oidc.py @@ -1,4 +1,4 @@ -# pylint: disable=redefined-outer-name, unused-argument, C0103, C0111, too-many-arguments +# pylint: disable=redefined-outer-name, unused-argument, invalid-name, missing-docstring, too-many-arguments import json import time