frappe wasn't imported

error with NameError: name 'frappe' is not defined
This commit is contained in:
François de Ryckel
2021-06-10 18:04:40 +03:00
committed by GitHub
parent 344661cf83
commit 8f8d4901ff

View File

@@ -3,7 +3,7 @@
# For license information, please see license.txt
from __future__ import unicode_literals
# import frappe
import frappe
from frappe.model.document import Document
class CommunityProjectMember(Document):