diff options
Diffstat (limited to 'astroid/exceptions.py')
-rw-r--r-- | astroid/exceptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astroid/exceptions.py b/astroid/exceptions.py index bd8a35f5..08f27328 100644 --- a/astroid/exceptions.py +++ b/astroid/exceptions.py @@ -5,6 +5,7 @@ # Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com> # Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com> # Copyright (c) 2020-2021 hippo91 <guillaume.peillex@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 Andrew Haigh <hello@nelf.in> |