1
0
mirror of https://github.com/searx/searx synced 2024-11-30 06:00:17 +01:00

ignore new pylint warning in testing.py

This commit is contained in:
Noémi Ványi 2021-05-02 20:53:22 +02:00
parent 70c439aee5
commit 5d2b5d87a9

View File

@ -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