remove unused imports

This commit is contained in:
tunde 2017-09-06 06:11:58 +01:00
parent 8173239f63
commit 98cca8ee18

View File

@ -7,7 +7,6 @@ import frappe, unittest
from erpnext.accounts.party import get_due_date
from erpnext.exceptions import PartyDisabled
from frappe.test_runner import make_test_records
from frappe.utils import add_days, add_months, get_last_day
test_dependencies = ['Payment Term', 'Payment Terms Template']
test_records = frappe.get_test_records('Supplier')