Remove unused fixture.
This commit is contained in:
parent
98d71392c2
commit
1430ce97f7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def output(mocker):
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def fmt(mocker):
|
def fmt():
|
||||||
return Format()
|
return Format()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue