mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
removed unnecessary imports
This commit is contained in:
@@ -12,7 +12,7 @@ def get_product_list(args=None):
|
||||
}
|
||||
"""
|
||||
import webnotes
|
||||
from webnotes.utils import cstr, cint
|
||||
from webnotes.utils import cstr
|
||||
|
||||
if not args: args = webnotes.form_dict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user