diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-19 23:37:37 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-19 23:37:37 +0200 |
commit | 17165d57e1ad688f6eca279f3559fbd280e5d4ef (patch) | |
tree | b48455ac9bc4462476b6ffc99482898ae946e295 /astroid/helpers.py | |
parent | 8f3c799e4ab5ece5f5ed4562cd3e62b2af727b8e (diff) | |
download | astroid-git-fix-4623-generator-raised-stop-iteration.tar.gz |
Bump astroid to 2.6.4, update changelogv2.6.4fix-4623-generator-raised-stop-iteration
Diffstat (limited to 'astroid/helpers.py')
-rw-r--r-- | astroid/helpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/helpers.py b/astroid/helpers.py index 108a3b9f..20793194 100644 --- a/astroid/helpers.py +++ b/astroid/helpers.py @@ -5,8 +5,8 @@ # Copyright (c) 2020 Simon Hewitt <si@sjhewitt.co.uk> # Copyright (c) 2020 Bryce Guinta <bryce.guinta@protonmail.com> # 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> # Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html |