mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 18:34:48 +00:00
- codacy fix
This commit is contained in:
@@ -3,8 +3,9 @@
|
|||||||
# For license information, please see license.txt
|
# For license information, please see license.txt
|
||||||
|
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import frappe
|
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
|
||||||
class ItemBarcode(Document):
|
class ItemBarcode(Document):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user