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/checkers/imports.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/checkers/imports.py')
-rw-r--r-- | pylint/checkers/imports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/imports.py b/pylint/checkers/imports.py index 5cae08043..4654e4fe3 100644 --- a/pylint/checkers/imports.py +++ b/pylint/checkers/imports.py @@ -26,8 +26,8 @@ # Copyright (c) 2018 Mike Frysinger <vapier@gmail.com> # Copyright (c) 2018 Sushobhit <31987769+sushobhit27@users.noreply.github.com> # Copyright (c) 2018 Marianna Polatoglou <mpolatoglou@bloomberg.net> -# Copyright (c) 2019, 2021 Nick Drozd <nicholasdrozd@gmail.com> # Copyright (c) 2019-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2019, 2021 Nick Drozd <nicholasdrozd@gmail.com> # Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> # Copyright (c) 2019 Nick Smith <clickthisnick@users.noreply.github.com> # Copyright (c) 2019 Paul Renvoisé <renvoisepaul@gmail.com> |