diff options
Diffstat (limited to 'tests/checkers/unittest_exceptions.py')
-rw-r--r-- | tests/checkers/unittest_exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkers/unittest_exceptions.py b/tests/checkers/unittest_exceptions.py index 626f4523a..d6ad3e812 100644 --- a/tests/checkers/unittest_exceptions.py +++ b/tests/checkers/unittest_exceptions.py @@ -6,8 +6,8 @@ # Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com> # Copyright (c) 2018 Brian Shaginaw <brian.shaginaw@warbyparker.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2020-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> -# Copyright (c) 2020 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING |