From 0d39abddc27b0c348131dc3d0f3c5c538cd5f0b5 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Fri, 12 Feb 2016 17:30:10 +0100 Subject: Remove duplicated except Both exceptions have been catched before, so it is bacically dead code Reviewed-By: David Kupka --- pylintrc | 1 - 1 file changed, 1 deletion(-) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index c6f7f457d..1003e4921 100644 --- a/pylintrc +++ b/pylintrc @@ -74,7 +74,6 @@ disable= unsubscriptable-object, unsupported-membership-test, not-an-iterable, - duplicate-except, singleton-comparison, misplaced-comparison-constant, consider-using-enumerate, -- cgit