Skip to content

Commit 984385b

Browse files
committed
ws
1 parent e8789ac commit 984385b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_getters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ async def test_getters() -> None:
1111
"""Check the getter descriptors work, and return expected errors."""
1212

1313
class QueryApp(App):
14-
1514
label1 = getters.query_one("#label1", Label)
1615
label2 = getters.child_by_id("label2", Label)
1716
label1_broken = getters.query_one("#label1", Input)

0 commit comments

Comments
 (0)