summaryrefslogtreecommitdiff
path: root/pylint/checkers/stdlib.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 21:26:46 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 21:42:23 +0200
commit7dece5b2302f446d7d63829a34b1253ae6e32e6b (patch)
treec3fa74dab5ba71cc5e2382da7bff284c423cddc5 /pylint/checkers/stdlib.py
parentbcfb46d169457f82a79575b547171ef05c2673a9 (diff)
downloadpylint-git-pylint-2.8.0.tar.gz
Prepare for 2.8.0 releasepylint-2.8.0
Diffstat (limited to 'pylint/checkers/stdlib.py')
-rw-r--r--pylint/checkers/stdlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/stdlib.py b/pylint/checkers/stdlib.py
index f2a2ac2c9..2a2d26993 100644
--- a/pylint/checkers/stdlib.py
+++ b/pylint/checkers/stdlib.py
@@ -26,7 +26,7 @@
# Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com>
# Copyright (c) 2020 谭九鼎 <109224573@qq.com>
# Copyright (c) 2020 Anthony Sottile <asottile@umich.edu>
-# Copyright (c) 2021 Matus Valo <matusvalo@gmail.com>
+# Copyright (c) 2021 Matus Valo <matusvalo@users.noreply.github.com>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE