summaryrefslogtreecommitdiff
path: root/pylint/checkers/imports.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-14 09:11:58 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-25 15:21:25 +0100
commitf6d3d3989852c903f01ca03dde9cb07687c7603f (patch)
treeae975e47c31910834a46be2e2e3ce5288a7f8642 /pylint/checkers/imports.py
parentf84c069f9a1e3eab872fedb02f24371af05d8497 (diff)
downloadpylint-git-f6d3d3989852c903f01ca03dde9cb07687c7603f.tar.gz
Bump pylint to 2.12.0, update changelogv2.12.0
Closes #5250
Diffstat (limited to 'pylint/checkers/imports.py')
-rw-r--r--pylint/checkers/imports.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/imports.py b/pylint/checkers/imports.py
index 65080af15..174c8c8e3 100644
--- a/pylint/checkers/imports.py
+++ b/pylint/checkers/imports.py
@@ -34,6 +34,7 @@
# Copyright (c) 2020 Peter Kolbus <peter.kolbus@gmail.com>
# Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr>
# Copyright (c) 2020 Anthony Sottile <asottile@umich.edu>
+# Copyright (c) 2021 Tushar Sadhwani <tushar.sadhwani000@gmail.com>
# Copyright (c) 2021 Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Copyright (c) 2021 Will Shanks <wsha@posteo.net>