fix type ignore comment
This commit is contained in:
parent
dadfb5663a
commit
4e76e4d6ac
@ -93,7 +93,7 @@ def test_app(
|
|||||||
with app_harness_env.create(
|
with app_harness_env.create(
|
||||||
root=tmp_path_factory.mktemp(name),
|
root=tmp_path_factory.mktemp(name),
|
||||||
app_name=name,
|
app_name=name,
|
||||||
app_source=partial(TestApp, minify=minify_state_env), # pyright: ignore[reportArgumentType]
|
app_source=partial(TestApp, minify=minify_state_env), # type: ignore
|
||||||
) as harness:
|
) as harness:
|
||||||
yield harness
|
yield harness
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user