From 30c1504b3c3eba44cf9fa2614dedc812810c7dc8 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Wed, 16 Oct 2019 12:31:25 +0200 Subject: [PATCH] Disable too-few-public-methods --- tests/functional/n/no_method_argument_py38.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/n/no_method_argument_py38.py b/tests/functional/n/no_method_argument_py38.py index e7a4ded2bd..c674532882 100644 --- a/tests/functional/n/no_method_argument_py38.py +++ b/tests/functional/n/no_method_argument_py38.py @@ -1,4 +1,4 @@ -# pylint: disable=missing-docstring +# pylint: disable=missing-docstring,too-few-public-methods class Cls: