Format lines in conftest

Add extra line in conftest
explicit_write_pps_on_exit
jaredgoldman 2023-02-28 13:42:36 -05:00
parent 882032e3a3
commit 1323981cc4
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,6 @@ async def _open_test_pikerd_and_ems(
yield (services, ems_services) yield (services, ems_services)
@pytest.fixture @pytest.fixture
def open_test_pikerd_and_ems( def open_test_pikerd_and_ems(
open_test_pikerd, open_test_pikerd,
@ -171,6 +170,7 @@ def open_test_pikerd_and_ems(
open_test_pikerd open_test_pikerd
) )
@pytest.fixture(scope='session') @pytest.fixture(scope='session')
def delete_testing_dir(): def delete_testing_dir():
''' '''