chore: Remove unwanted files

This commit is contained in:
Suraj Shetty 2019-06-19 18:33:56 +05:30
parent 5b52aba8df
commit d4420afb72
3 changed files with 1 additions and 18 deletions

1
erpnext/.pylintrc Normal file
View File

@ -0,0 +1 @@
disable=access-member-before-definition

View File

@ -1,8 +0,0 @@
// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors
// For license information, please see license.txt
frappe.ui.form.on('Exotel Settings', {
// refresh: function(frm) {
// }
});

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 TestExotelSettings(unittest.TestCase):
pass