fix: remove app_version from hooks boilerplate

It's not used by any frappe/erpnext code and linters complain about the
unused import
This commit is contained in:
barredterra 2023-06-22 15:47:34 +02:00
parent 085eb41245
commit d044b30522

View file

@ -298,9 +298,7 @@ __version__ = '0.0.1'
"""
hooks_template = """from . import __version__ as app_version
app_name = "{app_name}"
hooks_template = """app_name = "{app_name}"
app_title = "{app_title}"
app_publisher = "{app_publisher}"
app_description = "{app_description}"