From 10faa940c6b92a285d54385b0cc58afc9c18859c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com>
Date: Sat, 6 Oct 2018 23:06:22 +0200
Subject: [PATCH] Update .pylintrc

---
 pylintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylintrc b/pylintrc
index 269f7fd18f..4bb80d20e1 100644
--- a/pylintrc
+++ b/pylintrc
@@ -94,7 +94,7 @@ max-nested-blocks=5
 
 # List of additional names supposed to be defined in builtins. Remember that
 # you should avoid to define new builtins when possible.
-additional-builtins=_
+additional-builtins=
 
 # Tells whether unused global variables should be treated as a violation.
 allow-global-unused-variables=yes
-- 
GitLab