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',
'fieldtype': 'Link',
'options': 'Telephony Call Type',
},{
}, {
'fieldtype': 'Section Break',
'hide_border': 1,
}, {

View File

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

View File

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