fix: error on profile page

Profile page was importing Sketch which was removed recently, even
though it was not using that. Removed it to fix the issue.
This commit is contained in:
Anand Chitipothu
2021-07-08 10:33:12 +05:30
parent 2c24412633
commit 524a041fb9

View File

@@ -1,5 +1,4 @@
import frappe
from community.lms.models import Sketch
def get_context(context):
context.no_cache = 1