From 4319710b976d951095e4f02431e2bea7c1bce58d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 16 Feb 2019 15:05:30 +0200 Subject: Fix: disable pylint3 warning about cyclic imports The code works just fine. Bad warning. --- pylint.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/pylint.conf b/pylint.conf index c57d253..f55272c 100644 --- a/pylint.conf +++ b/pylint.conf @@ -3,6 +3,7 @@ persistent=no [MESSAGES CONTROL] disable= + cyclic-import, invalid-name, missing-docstring, no-self-use, -- cgit v1.2.1