Merge pull request #122 from fderyckel/patch-1

frappe wasn't imported
This commit is contained in:
Jannat Patel
2021-06-10 20:47:05 +05:30
committed by GitHub

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):