summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylint/checkers/typecheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/typecheck.py b/pylint/checkers/typecheck.py
index 736c28a..e2b36b5 100644
--- a/pylint/checkers/typecheck.py
+++ b/pylint/checkers/typecheck.py
@@ -226,7 +226,7 @@ should not be checked (useful for classes with attributes dynamically set).'}
of Zope acquired attributes to generated-members.'}
),
('generated-members',
- {'default' : ('REQUEST', 'acl_users', 'aq_parent'),
+ {'default' : (),
'type' : 'string',
'metavar' : '<members names>',
'help' : 'List of members which are set dynamically and \