diff options
Diffstat (limited to 'tests/unit/test_locales.py')
| -rw-r--r-- | tests/unit/test_locales.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/test_locales.py b/tests/unit/test_locales.py index cf22563e0..34b721806 100644 --- a/tests/unit/test_locales.py +++ b/tests/unit/test_locales.py @@ -1,5 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# pylint: disable=missing-module-docstring +# pylint: disable=missing-module-docstring,disable=missing-class-docstring,invalid-name + """Test some code from module :py:obj:`searx.locales`""" from __future__ import annotations |