fix: update boilerplates to use the new features

This commit is contained in:
Radek Goláň jr. 2025-08-09 17:56:33 +02:00
parent ece662f655
commit 12b8137f91
Signed by: shield
GPG Key ID: D86423BFC31F3591

View File

@ -24,8 +24,6 @@ def create_app():
imp.import_blueprints("blueprints") imp.import_blueprints("blueprints")
imp.import_models("models") imp.import_models("models")
sql.register_module(app)
return app return app
""" """