summaryrefslogtreecommitdiff
path: root/astroid/mixins.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-19 21:23:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-19 21:23:24 +0200
commit2738e93afed92ad7b495dbc3036c675a8701c2c6 (patch)
tree4d613710d6adf6b25c0c45debca250d323fed401 /astroid/mixins.py
parente66a5e2716e6c5970b0427f9fc76c8602bc2da60 (diff)
downloadastroid-git-2.6.3.tar.gz
Bump astroid to 2.6.3, update changelogv2.6.3
Diffstat (limited to 'astroid/mixins.py')
-rw-r--r--astroid/mixins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/mixins.py b/astroid/mixins.py
index 7f66345c..053a2bfe 100644
--- a/astroid/mixins.py
+++ b/astroid/mixins.py
@@ -6,9 +6,9 @@
# Copyright (c) 2015 Florian Bruhin <me@the-compiler.org>
# Copyright (c) 2016 Jakub Wilk <jwilk@jwilk.net>
# Copyright (c) 2018 Nick Drozd <nicholasdrozd@gmail.com>
+# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
# Copyright (c) 2021 pre-commit-ci[bot] <bot@noreply.github.com>
-# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE