Delete test_call_log.py

This commit is contained in:
Faris Ansari
2019-06-17 13:03:44 +05:30
committed by GitHub
parent 520c403a05
commit 2e968ece1a

View File

@@ -1,10 +0,0 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals
# import frappe
import unittest
class TestCallLog(unittest.TestCase):
pass