From e08d009922889f269b0f7d70af44066fc332e66e Mon Sep 17 00:00:00 2001 From: qlrd Date: Sun, 31 Dec 2023 19:58:59 -0300 Subject: [PATCH] added some black formating to tests/conftest.py --- tests/conftest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index c3408dfec..96001a84b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -61,7 +61,7 @@ def mp_modules(mocker, monkeypatch): @pytest.fixture # pylint: disable=unused-argument -def m5stickv(monkeypatch, mp_modules): # pylint: disable=redefined-outer-name +def m5stickv(monkeypatch, mp_modules): # pylint: disable=redefined-outer-name """ Suppress the default behavior of :module:`board` for m5stickV device @@ -77,7 +77,7 @@ def m5stickv(monkeypatch, mp_modules): # pylint: disable=redefined-outer-name @pytest.fixture # pylint: disable=unused-argument -def amigo_tft(monkeypatch, mp_modules): # pylint: disable=redefined-outer-name +def amigo_tft(monkeypatch, mp_modules): # pylint: disable=redefined-outer-name """ Suppress the default behavior of :module:`board` for amigo_tft device @@ -93,7 +93,7 @@ def amigo_tft(monkeypatch, mp_modules): # pylint: disable=redefined-outer-name @pytest.fixture # pylint: disable=unused-argument -def dock(monkeypatch, mp_modules): # pylint: disable=redefined-outer-name +def dock(monkeypatch, mp_modules): # pylint: disable=redefined-outer-name """ Suppress the default behavior of :module:`board` for dock device