diff --git a/.pylintrc b/.pylintrc index cf56258..16d5c06 100644 --- a/.pylintrc +++ b/.pylintrc @@ -251,7 +251,7 @@ additional-builtins= allow-global-unused-variables=yes # List of names allowed to shadow builtins -allowed-redefined-builtins= +allowed-redefined-builtins=map # List of strings which can identify a callback function by name. A callback # name must start or end with one of those strings.