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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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