Skip to content

Commit b80c810

Browse files
Update valgrind.py
1 parent e93fbd9 commit b80c810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pytest_codspeed/instruments/valgrind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async def __codspeed_root_frame__() -> T:
113113
@contextmanager
114114
def _measure_pedantic_context(
115115
self,
116-
pedantic_options: PedanticOptions[object],
116+
pedantic_options: PedanticOptions[Any],
117117
uri: str,
118118
) -> Iterator[None]:
119119
if pedantic_options.rounds != 1 or pedantic_options.iterations != 1:

0 commit comments

Comments
 (0)