mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
removed unnecessary imports
This commit is contained in:
@@ -16,11 +16,9 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
from webnotes.utils import load_json, cint, cstr, flt, get_defaults
|
||||
from webnotes.model.doc import Document, addchild, getchildren
|
||||
from webnotes.model.wrapper import getlist, copy_doclist
|
||||
from webnotes.model.code import get_obj
|
||||
from webnotes import msgprint
|
||||
from webnotes.utils import load_json, cstr, flt, get_defaults
|
||||
from webnotes.model.doc import addchild
|
||||
from webnotes.model.wrapper import copy_doclist
|
||||
|
||||
class TransactionBase:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user