diff options
Diffstat (limited to 'tests/checkers/unittest_classes.py')
-rw-r--r-- | tests/checkers/unittest_classes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkers/unittest_classes.py b/tests/checkers/unittest_classes.py index 47ac02dde..5dae4473b 100644 --- a/tests/checkers/unittest_classes.py +++ b/tests/checkers/unittest_classes.py @@ -12,7 +12,7 @@ # Copyright (c) 2021 tiagohonorato <61059243+tiagohonorato@users.noreply.github.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/LICENSE +# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE """Unit tests for the variables checker.""" import astroid |