Skip to content

Commit bcfe253

Browse files
authored
Type annotation for request.param (#8319)
1 parent 150bdce commit bcfe253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ def __init__(
758758
self,
759759
request: "FixtureRequest",
760760
scope: "_Scope",
761-
param,
761+
param: Any,
762762
param_index: int,
763763
fixturedef: "FixtureDef[object]",
764764
*,

0 commit comments

Comments
 (0)