From f9b4fe468e2c8f3842d92eb36cd1c4b8a22614fa Mon Sep 17 00:00:00 2001 From: pateljannat Date: Mon, 9 Aug 2021 13:27:09 +0530 Subject: [PATCH] fix: removed unused import --- community/lms/doctype/lms_course/lms_course.py | 1 - 1 file changed, 1 deletion(-) diff --git a/community/lms/doctype/lms_course/lms_course.py b/community/lms/doctype/lms_course/lms_course.py index 3a4803aa..47b2f92d 100644 --- a/community/lms/doctype/lms_course/lms_course.py +++ b/community/lms/doctype/lms_course/lms_course.py @@ -3,7 +3,6 @@ # For license information, please see license.txt from __future__ import unicode_literals -from re import sub import frappe from frappe.model.document import Document import json