aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pylintrc-tests
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-04-18 18:10:35 -0700
committerGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-04-19 10:39:38 -0700
commitce8e2fcd16fbfa35365bb69b03118d8ed98a8372 (patch)
treedc9e19e6a7f91e6425f1ec86d8185485a9500abf /.pylintrc-tests
parent35c7e8c83318edb4c5a910b54224a322970efce9 (diff)
Eliminate unreachable suppression
Diffstat (limited to '.pylintrc-tests')
-rw-r--r--.pylintrc-tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc-tests b/.pylintrc-tests
index 74ac56a994..a4bcb9a69b 100644
--- a/.pylintrc-tests
+++ b/.pylintrc-tests
@@ -54,7 +54,6 @@ disable=
unnecessary-lambda,
wildcard-import,
line-too-long,
- unreachable,
wrong-import-position,
wrong-import-order,
non-iterator-returned,