codestyle: ty needs less hinting

This commit is contained in:
bronsen 2026-02-18 20:40:58 +01:00
parent eb51024ca0
commit b0e7089389

View file

@ -17,7 +17,7 @@ logging.basicConfig(
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
class SammlerApp(App[None]): class SammlerApp(App):
async def on_mount(self) -> None: async def on_mount(self) -> None:
create_db_and_tables() create_db_and_tables()
_ = self.push_screen(AddInventoryScreen()) _ = self.push_screen(AddInventoryScreen())