codestyle: ty needs less hinting
This commit is contained in:
parent
eb51024ca0
commit
b0e7089389
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ logging.basicConfig(
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class SammlerApp(App[None]):
|
||||
class SammlerApp(App):
|
||||
async def on_mount(self) -> None:
|
||||
create_db_and_tables()
|
||||
_ = self.push_screen(AddInventoryScreen())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue