diff options
author | Ashley Whetter <ashley@awhetter.co.uk> | 2021-08-20 20:56:36 -0700 |
---|---|---|
committer | Ashley Whetter <AWhetter@users.noreply.github.com> | 2021-08-20 21:26:08 -0700 |
commit | bf332820cb63305e286eb58a707c6d8b90e6cbb6 (patch) | |
tree | 1731bf582a4d35b44fbbf5b99c5cbad78aac9697 /pylint/extensions/confusing_elif.py | |
parent | d701a979d95c5e4ca6dd4860ab30e08880a904d0 (diff) | |
download | pylint-git-2.10.1.tar.gz |
Bump pylint to 2.10.1, update changelogv2.10.1
Diffstat (limited to 'pylint/extensions/confusing_elif.py')
-rw-r--r-- | pylint/extensions/confusing_elif.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/extensions/confusing_elif.py b/pylint/extensions/confusing_elif.py index 987dd2b9c..418aad600 100644 --- a/pylint/extensions/confusing_elif.py +++ b/pylint/extensions/confusing_elif.py @@ -1,5 +1,5 @@ -# 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 Andreas Finkler <andi.finkler@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |