From bc1eb6165749d3ff8ed1846c37673cfed56ad9e9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 15 Dec 2017 17:14:43 +0200 Subject: Refactor: give ControllerAPI the state object to use It's cleaner than having ControllerAPI create it itself. Less coupling. --- pylint.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'pylint.conf') diff --git a/pylint.conf b/pylint.conf index 3434ccd..1871f36 100644 --- a/pylint.conf +++ b/pylint.conf @@ -7,6 +7,7 @@ disable= missing-docstring, no-self-use, not-callable, + too-few-public-methods, unused-argument [REPORTS] -- cgit v1.2.1