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