Skip to content

Commit e93fbd9

Browse files
Update walltime.py
1 parent 9ed015c commit e93fbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_codspeed/instruments/walltime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def _measure_pedantic_iter( # noqa: C901
299299
pedantic_options: PedanticOptions[object],
300300
name: str,
301301
uri: str,
302-
) -> Iterator[None]:
302+
) -> Iterator[int, tuple[Any], dict[str, Any]]:
303303
benchmark_config = BenchmarkConfig.from_codspeed_config_and_marker_data(
304304
self.config, marker_options
305305
)

0 commit comments

Comments
 (0)