Skip to content

Commit fec0cc2

Browse files
committed
# noqa: F821
1 parent 56590aa commit fec0cc2

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
@@ -201,7 +201,7 @@ def get_parametrized_fixture_keys(
201201
assert scopenum < scopenum_function, (scopenum, scopenum_function)
202202

203203
try:
204-
cs = item.callspec # type: ignore[attr-defined]
204+
cs = item.callspec # type: ignore[attr-defined] # noqa: F821
205205
except AttributeError:
206206
return
207207
if TYPE_CHECKING:

0 commit comments

Comments
 (0)