style: Remove unused imports

This commit is contained in:
Aditya Hase
2019-01-23 00:28:37 +05:30
parent 55a08dee78
commit f79937d64b
10 changed files with 7 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
from __future__ import unicode_literals
import frappe, erpnext
from frappe.utils import cint, flt, cstr
from frappe import msgprint, _
from frappe import _
import frappe.defaults
from erpnext.accounts.utils import get_fiscal_year
from erpnext.accounts.general_ledger import make_gl_entries, delete_gl_entries, process_gl_map