Skip to content

Commit 34e7986

Browse files
committed
Still need to suppress unknown member type
1 parent 81172c8 commit 34e7986

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/input_numeric/test_input_numeric.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# See https://github.com/microsoft/playwright-python/issues/1532
2+
# pyright: reportUnknownMemberType=false
3+
14
from playwright.sync_api import Page, expect
25
from conftest import ShinyAppProc, create_doc_example_fixture
36
import controls

0 commit comments

Comments
 (0)