mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +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
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
from webnotes.model.doc import Document
|
||||
|
||||
def scrub_page_name(page_name):
|
||||
if page_name.endswith('.html'):
|
||||
|
||||
Reference in New Issue
Block a user