From 0fcba820308d3712df5a8a186094de48ad581167 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Fri, 5 Mar 2021 07:37:15 +0000 Subject: [PATCH] Fixed indent --- .../community_project_member/community_project_member.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/hackathon/doctype/community_project_member/community_project_member.py b/community/hackathon/doctype/community_project_member/community_project_member.py index a0842b2d..50fb2d4a 100644 --- a/community/hackathon/doctype/community_project_member/community_project_member.py +++ b/community/hackathon/doctype/community_project_member/community_project_member.py @@ -7,7 +7,7 @@ from __future__ import unicode_literals from frappe.model.document import Document class CommunityProjectMember(Document): - def validate(self): + def validate(self): self.validate_if_already_member() def validate_if_already_member(self):