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 89ef2ac6..f929e23e 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 grayjk <grayjk@gmail.com> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Andrew Haigh <hello@nelf.in> |