cleanup the model layout
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-17 22:53:06 +01:00
parent 9eb7f5bb77
commit 49df5a4495
7 changed files with 37 additions and 42 deletions

View File

@@ -15,8 +15,7 @@ from ..basehandler import BaseHandler
class ListHandler(BaseHandler):
"""Create and edit lists"""
def __init__(self, entry_string, models):
del models # not needed here, but part of the template
def __init__(self, entry_string):
self.entry_string = entry_string
set_db(PERSISTENCE_DIR / "lists.sqlite")