commit | 4c848ee14f51e8666ad4abe9fdcb7186e8461730 | [log] [tgz] |
---|---|---|
author | Giovanni <giovanni@codrotech.com> | Sun Dec 10 20:06:56 2017 +0100 |
committer | Giovanni <giovanni@codrotech.com> | Sun Dec 10 20:06:56 2017 +0100 |
tree | d4df4ad32a188a21060b799f71f939d2c187f3be | |
parent | 8f8a485e074c5cfa6a0d0da32f2aff69a5e13ed2 [diff] |
- codacy fix
diff --git a/erpnext/stock/doctype/item_barcode/item_barcode.py b/erpnext/stock/doctype/item_barcode/item_barcode.py index 29d47f9..e85f93b 100644 --- a/erpnext/stock/doctype/item_barcode/item_barcode.py +++ b/erpnext/stock/doctype/item_barcode/item_barcode.py
@@ -3,8 +3,9 @@ # For license information, please see license.txt from __future__ import unicode_literals -import frappe + from frappe.model.document import Document + class ItemBarcode(Document): - pass + pass