Type annotation for request.param (#8319)

This commit is contained in:
Pax 2021-02-05 12:03:58 -08:00 committed by GitHub
parent 150bdceb7a
commit bcfe253f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ class SubRequest(FixtureRequest):
self,
request: "FixtureRequest",
scope: "_Scope",
param,
param: Any,
param_index: int,
fixturedef: "FixtureDef[object]",
*,