(inference_v7_cfg: Config)
| 117 | |
| 118 | @pytest.fixture(scope="session") |
| 119 | def file_stream_data_loader_v7(inference_v7_cfg: Config): |
| 120 | return StreamDataLoader(inference_v7_cfg.task.data) |
| 121 | |
| 122 | |
| 123 | @pytest.fixture(scope="session") |
nothing calls this directly
no test coverage detected