summaryrefslogtreecommitdiff
path: root/pylint/checkers/variables.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-29 20:59:59 +0200
committerGitHub <noreply@github.com>2021-03-29 20:59:59 +0200
commit13dae7c5c6d16281f1415c88f845548d6cd9c823 (patch)
tree8596830a21c158f7cfaf1310141980508be94403 /pylint/checkers/variables.py
parenta37c643d54ea33285e4c916a296784593af0130c (diff)
downloadpylint-git-13dae7c5c6d16281f1415c88f845548d6cd9c823.tar.gz
Prepare 2.7.3 release (#4261)pylint-2.7.32.7
Diffstat (limited to 'pylint/checkers/variables.py')
-rw-r--r--pylint/checkers/variables.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/variables.py b/pylint/checkers/variables.py
index 9fc523576..3ad0ab883 100644
--- a/pylint/checkers/variables.py
+++ b/pylint/checkers/variables.py
@@ -40,6 +40,7 @@
# Copyright (c) 2020 Anthony Sottile <asottile@umich.edu>
# Copyright (c) 2020 Ashley Whetter <ashleyw@activestate.com>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
+# Copyright (c) 2021 Alexander Kapshuna <kapsh@kap.sh>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING