fix: removed unused code

This commit is contained in:
Smit Vora
2020-11-19 19:03:22 +05:30
parent 707b630851
commit 51a153d8c2

View File

@@ -1,5 +1,4 @@
from __future__ import unicode_literals
from mmap import PAGESIZE
import frappe
from frappe import _
@@ -30,6 +29,4 @@ def execute():
)
for entry in gl_entry_list:
frappe.db.set_value('GL Entry', entry.name, 'remarks', remarks)
frappe.db.set_value('GL Entry', entry.name, 'remarks', remarks)