diff options
Diffstat (limited to 'searx/testing.py')
| -rw-r--r-- | searx/testing.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/testing.py b/searx/testing.py index 51ca92bd0..3ee86372d 100644 --- a/searx/testing.py +++ b/searx/testing.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # SPDX-License-Identifier: AGPL-3.0-or-later +# lint: pylint """Shared testing code.""" # pylint: disable=missing-function-docstring |