fix: codacy issues

This commit is contained in:
Rucha Mahabal 2020-06-15 13:49:58 +05:30
parent bf26b10df4
commit 30487bd854
3 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import json
from frappe import _
from frappe import utils
from frappe.model.document import Document
from frappe.utils import now, time_diff_in_hours, now_datetime, getdate, get_weekdays, add_to_date, today, get_time, get_datetime, time_diff_in_seconds, time_diff
from frappe.utils import time_diff_in_hours, now_datetime, getdate, get_weekdays, add_to_date, today, get_time, get_datetime, time_diff_in_seconds, time_diff
from datetime import datetime, timedelta
from frappe.model.mapper import get_mapped_doc
from frappe.utils.user import is_website_user

View File

@ -7,7 +7,6 @@ import frappe
from frappe.model.document import Document
from frappe import _
from frappe.utils import getdate, get_weekdays
from datetime import datetime
class ServiceLevelAgreement(Document):

View File

@ -236,7 +236,6 @@ def create_service_level_agreements_for_issues():
def make_holiday_list():
holiday_list = frappe.db.exists("Holiday List", "__Test Holiday List")
if not holiday_list:
now = frappe.utils.now_datetime()
holiday_list = frappe.get_doc({
"doctype": "Holiday List",
"holiday_list_name": "__Test Holiday List",