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
1 changed files with 1 additions and 1 deletions

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