diff options
Diffstat (limited to 'pylint/utils/ast_walker.py')
-rw-r--r-- | pylint/utils/ast_walker.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/utils/ast_walker.py b/pylint/utils/ast_walker.py index f9e573a95..08fc3af92 100644 --- a/pylint/utils/ast_walker.py +++ b/pylint/utils/ast_walker.py @@ -1,5 +1,6 @@ # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/main/LICENSE +# Copyright (c) https://github.com/PyCQA/pylint/graphs/contributors import collections import traceback |