diff options
Diffstat (limited to 'astroid/inference.py')
-rw-r--r-- | astroid/inference.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/inference.py b/astroid/inference.py index 02be060d..e769d4ce 100644 --- a/astroid/inference.py +++ b/astroid/inference.py @@ -16,10 +16,10 @@ # Copyright (c) 2018 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2018 HoverHell <hoverhell@gmail.com> # Copyright (c) 2020 Leandro T. C. Melo <ltcmelo@gmail.com> +# Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 David Liu <david@cs.toronto.edu> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.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/main/LICENSE |