fix: linter, sider fixes

This commit is contained in:
Subin Tom
2022-02-28 12:47:05 +05:30
committed by Suraj Shetty
parent b94154f00a
commit b52962751c
2 changed files with 2 additions and 0 deletions

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