From 524a041fb952d8ca79630fdcb7c07baae6475571 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Thu, 8 Jul 2021 10:33:12 +0530 Subject: [PATCH] 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. --- community/www/profiles/profile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/community/www/profiles/profile.py b/community/www/profiles/profile.py index b6856cc0..2ea2bdd5 100644 --- a/community/www/profiles/profile.py +++ b/community/www/profiles/profile.py @@ -1,5 +1,4 @@ import frappe -from community.lms.models import Sketch def get_context(context): context.no_cache = 1