From 1ec691c7603a179ad835db237da89a7d9bd24d25 Mon Sep 17 00:00:00 2001 From: James Ennis Date: Wed, 14 Feb 2018 14:48:22 +0000 Subject: pylint - dealt with bad-continuation warning --- .pylintrc | 1 - 1 file changed, 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 41091057d..feb381e8c 100644 --- a/.pylintrc +++ b/.pylintrc @@ -112,7 +112,6 @@ disable=##################################### # Messages that report warnings which should be addressed # ########################################################### - bad-continuation, bare-except, broad-except, consider-merging-isinstance, -- cgit v1.2.1