conftest: fix black formatting

This commit is contained in:
Jörg Thalheim 2021-03-25 11:02:40 +01:00
parent cf8d6cf2e5
commit 97d651abb3
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -27,6 +27,7 @@ class Helpers:
)
yield Path(tmpdirname)
@pytest.fixture # type: ignore
@pytest.fixture # type: ignore
def helpers() -> Type[Helpers]:
return Helpers