mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
removed unnecessary imports
This commit is contained in:
@@ -21,7 +21,7 @@ from __future__ import unicode_literals
|
||||
|
||||
import webnotes
|
||||
sql = webnotes.conn.sql
|
||||
from webnotes.utils import cint, cstr
|
||||
from webnotes.utils import cstr
|
||||
|
||||
def create_proper_index():
|
||||
from webnotes.modules.export_file import export_to_files
|
||||
|
||||
@@ -2,7 +2,6 @@ from __future__ import unicode_literals
|
||||
import webnotes
|
||||
import conf
|
||||
import webnotes.model
|
||||
from webnotes.model.code import get_obj
|
||||
from wnf import replace_code
|
||||
from termcolor import colored
|
||||
from webnotes.modules import reload_doc
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
from webnotes.model.doc import Document
|
||||
from webnotes.modules import reload_doc
|
||||
|
||||
def execute():
|
||||
|
||||
Reference in New Issue
Block a user