mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
fix theme
This commit is contained in:
parent
8c3f11e552
commit
c0b774db24
1 changed files with 1 additions and 3 deletions
|
@ -9,8 +9,7 @@ from mealie.core.config import BACKUP_DIR, IMG_DIR, TEMP_DIR
|
|||
from mealie.db.database import db
|
||||
from mealie.db.db_setup import create_session
|
||||
from mealie.schema.recipe import Recipe
|
||||
from mealie.schema.restore import (GroupImport, RecipeImport, SettingsImport,
|
||||
ThemeImport, UserImport)
|
||||
from mealie.schema.restore import GroupImport, RecipeImport, SettingsImport, ThemeImport, UserImport
|
||||
from mealie.schema.theme import SiteTheme
|
||||
from mealie.schema.user import UpdateGroup, UserInDB
|
||||
from sqlalchemy.orm.session import Session
|
||||
|
@ -261,5 +260,4 @@ def import_database(
|
|||
"userImports": user_report,
|
||||
}
|
||||
|
||||
|
||||
return data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue