Skip to content

Commit

Permalink
fix type ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-bartscher committed Aug 4, 2024
1 parent bf6ec96 commit c913ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test_minified_states.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_app(
with app_harness_env.create(
root=tmp_path_factory.mktemp(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:
yield harness

Expand Down

0 comments on commit c913ec1

Please sign in to comment.