mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
fix: remove duplicate imports
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user