mirror of https://github.com/searx/searx
ignore new pylint warning in testing.py
This commit is contained in:
parent
70c439aee5
commit
5d2b5d87a9
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"""Shared testing code."""
|
||||
|
||||
# pylint: disable=missing-function-docstring
|
||||
# pylint: disable=missing-function-docstring,consider-using-with
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
|
|
Loading…
Reference in New Issue