fix: remove duplicate imports

This commit is contained in:
Ankush Menat
2021-09-01 15:24:25 +05:30
parent 2d62c500c4
commit 7d9819f352
11 changed files with 6 additions and 13 deletions

View File

@@ -13,7 +13,6 @@ from frappe.utils import time_diff_in_seconds, getdate, get_weekdays, add_to_dat
from datetime import datetime
from frappe.utils.safe_exec import get_safe_globals
from erpnext.support.doctype.issue.issue import get_holidays
from frappe.utils.safe_exec import get_safe_globals
class ServiceLevelAgreement(Document):
def validate(self):