瀏覽代碼

fix type ignore comment

Benedikt Bartscher 10 月之前
父節點
當前提交
4e76e4d6ac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/integration/test_minified_states.py

+ 1 - 1
tests/integration/test_minified_states.py

@@ -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