diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-24 15:06:46 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-24 15:10:59 +0200 |
commit | cd41374c679f0fc6a8778e993eda79caf0f2a6f6 (patch) | |
tree | 569ea5c0a716c7ef5b13bf56492440401f60614a /astroid/scoped_nodes.py | |
parent | f8c347c6711904a18e6b08534a9d802d8feb1687 (diff) | |
download | astroid-git-cd41374c679f0fc6a8778e993eda79caf0f2a6f6.tar.gz |
Prepare for 2.5.4 releaseastroid-2.5.4
Diffstat (limited to 'astroid/scoped_nodes.py')
-rw-r--r-- | astroid/scoped_nodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/scoped_nodes.py b/astroid/scoped_nodes.py index 801b55ee..fa5655b7 100644 --- a/astroid/scoped_nodes.py +++ b/astroid/scoped_nodes.py @@ -23,8 +23,8 @@ # Copyright (c) 2020 Peter Kolbus <peter.kolbus@gmail.com> # Copyright (c) 2020 Tim Martin <tim@asymptotic.co.uk> # Copyright (c) 2020 Ram Rachum <ram@rachum.com> -# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/LICENSE |