Skip to content

Commit 1a29494

Browse files
Update walltime.py
1 parent d43588d commit 1a29494

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pytest_codspeed/instruments/walltime.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,10 @@ async def __codspeed_root_frame__() -> T:
296296
def _measure_pedantic_iter( # noqa: C901
297297
self,
298298
marker_options: BenchmarkMarkerOptions,
299-
pedantic_options: PedanticOptions[object],
299+
pedantic_options: PedanticOptions[Any],
300300
name: str,
301301
uri: str,
302-
) -> Iterator[int, tuple[Any], dict[str, Any]]:
302+
) -> Iterator[tuple[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)