Skip to content

Commit

Permalink
added some black formating to tests/conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qlrd committed Dec 31, 2023
1 parent 78642b5 commit e08d009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e08d009

Please sign in to comment.