mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
removed unnecessary imports
This commit is contained in:
@@ -14,16 +14,14 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Please edit this list and import only required elements
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
|
||||
from webnotes.utils import cint, cstr, get_defaults
|
||||
from webnotes.utils import cstr, get_defaults
|
||||
from webnotes.model.code import get_obj
|
||||
from webnotes import form, msgprint
|
||||
from webnotes import msgprint
|
||||
|
||||
sql = webnotes.conn.sql
|
||||
convert_to_lists = webnotes.conn.convert_to_lists
|
||||
|
||||
from utilities.transaction_base import TransactionBase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user