We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8789ac commit 984385bCopy full SHA for 984385b
tests/test_getters.py
@@ -11,7 +11,6 @@ async def test_getters() -> None:
11
"""Check the getter descriptors work, and return expected errors."""
12
13
class QueryApp(App):
14
-
15
label1 = getters.query_one("#label1", Label)
16
label2 = getters.child_by_id("label2", Label)
17
label1_broken = getters.query_one("#label1", Input)
0 commit comments