fix: linter, sider fixes

This commit is contained in:
Subin Tom
2022-02-28 12:47:05 +05:30
parent f1f3e035a6
commit 1ab5b7a811
3 changed files with 3 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ class CallPopup {
'label': 'Call Type', 'label': 'Call Type',
'fieldtype': 'Link', 'fieldtype': 'Link',
'options': 'Telephony Call Type', 'options': 'Telephony Call Type',
},{ }, {
'fieldtype': 'Section Break', 'fieldtype': 'Section Break',
'hide_border': 1, 'hide_border': 1,
}, { }, {

View File

@@ -4,5 +4,6 @@
# import frappe # import frappe
from frappe.model.document import Document from frappe.model.document import Document
class TelephonyCallType(Document): class TelephonyCallType(Document):
pass pass

View File

@@ -4,5 +4,6 @@
# import frappe # import frappe
import unittest import unittest
class TestTelephonyCallType(unittest.TestCase): class TestTelephonyCallType(unittest.TestCase):
pass pass