diff options
Diffstat (limited to 'astroid/manager.py')
-rw-r--r-- | astroid/manager.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astroid/manager.py b/astroid/manager.py index 8fa54066..bd5e825d 100644 --- a/astroid/manager.py +++ b/astroid/manager.py @@ -13,6 +13,7 @@ # Copyright (c) 2020 Raphael Gaschignard <raphael@rtpg.co> # Copyright (c) 2020 Anubhav <35621759+anubh-v@users.noreply.github.com> # Copyright (c) 2020 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Copyright (c) 2021 DudeNr33 <3929834+DudeNr33@users.noreply.github.com> |