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/inference.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/inference.py')
-rw-r--r-- | astroid/inference.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/inference.py b/astroid/inference.py index 7265decf..44145876 100644 --- a/astroid/inference.py +++ b/astroid/inference.py @@ -16,8 +16,8 @@ # Copyright (c) 2018 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2018 HoverHell <hoverhell@gmail.com> # Copyright (c) 2020 Leandro T. C. Melo <ltcmelo@gmail.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 |