summaryrefslogtreecommitdiff
path: root/astroid/transforms.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-15 20:46:08 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-16 06:57:01 +0200
commitbc7a3e8c25ba212d1b42c78c751c7c885534b345 (patch)
tree26a4d86719753cd1a27573ec78c2c51496e6b1b8 /astroid/transforms.py
parent2ea343c99e09d526729d2b6ffd82ee7f7ac5ec4b (diff)
downloadastroid-git-bc7a3e8c25ba212d1b42c78c751c7c885534b345.tar.gz
Bump astroid to 2.6.0-dev0, update changelog
Diffstat (limited to 'astroid/transforms.py')
-rw-r--r--astroid/transforms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/transforms.py b/astroid/transforms.py
index f097bcf0..27de040a 100644
--- a/astroid/transforms.py
+++ b/astroid/transforms.py
@@ -1,8 +1,8 @@
# Copyright (c) 2015-2016, 2018 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2016 Ceridwen <ceridwenv@gmail.com>
# Copyright (c) 2018 Nick Drozd <nicholasdrozd@gmail.com>
-# Copyright (c) 2021 Andrew Haigh <hello@nelf.in>
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
+# Copyright (c) 2021 Andrew Haigh <hello@nelf.in>
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE