removing parens from pytest.fixture.

This commit is contained in:
Gareth J. Greenaway 2023-11-16 13:55:28 -08:00 committed by Pedro Algarvio
parent 5c5f484627
commit 5ebf18260c

View file

@ -13,7 +13,7 @@ textfsm = pytest.importorskip(
)
@pytest.fixture()
@pytest.fixture
def configure_loader_modules():
return {textfsm_mod: {"__opts__": {}}}