codestyle: ty needs less help here too

This commit is contained in:
bronsen 2026-02-19 20:44:56 +01:00
parent 9b04902825
commit c3b749ec37

View file

@ -51,7 +51,7 @@ class SearchResults(Widget):
table.add_rows(await load_initial_data()) table.add_rows(await load_initial_data())
class AddInventoryScreen(Screen[None]): class AddInventoryScreen(Screen):
def compose(self) -> ComposeResult: def compose(self) -> ComposeResult:
yield Header() yield Header()
yield SearchBar() yield SearchBar()