From 81833add3730eb3f8b489e9f5cc34df7617373fc Mon Sep 17 00:00:00 2001 From: James Ennis Date: Wed, 14 Feb 2018 17:02:00 +0000 Subject: pylint - dealt with superfluous-parens warning --- .pylintrc | 3 --- 1 file changed, 3 deletions(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index a1b6c2a50..5c72e53b7 100644 --- a/.pylintrc +++ b/.pylintrc @@ -114,9 +114,6 @@ disable=##################################### logging-format-interpolation, - # We use assert(<>), which should perhaps be assert <> - superfluous-parens, - # Some of us like type() - should be discouraged unidiomatic-typecheck, -- cgit v1.2.1