commit | a35839aa4798d04cfcb0105cdcc59279c916de90 | [log] [tgz] |
---|---|---|
author | bcornwellmott <bcornwellmott@velometro.com> | Fri Jun 09 07:36:15 2017 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 09 07:36:15 2017 -0700 |
tree | 03a7f110e04063e401b81ae9abcf053516934ff5 | |
parent | 5491275b66444638bb223da4543606d2df2547ff [diff] |
Removing unused pprint
diff --git a/erpnext/manufacturing/doctype/production_order/test_production_order.py b/erpnext/manufacturing/doctype/production_order/test_production_order.py index c736ae2..cdadba4 100644 --- a/erpnext/manufacturing/doctype/production_order/test_production_order.py +++ b/erpnext/manufacturing/doctype/production_order/test_production_order.py
@@ -5,7 +5,6 @@ from __future__ import unicode_literals import unittest import frappe -from pprint import pprint from frappe.utils import flt, time_diff_in_hours, now, add_days, cint from erpnext.stock.doctype.purchase_receipt.test_purchase_receipt import set_perpetual_inventory from erpnext.manufacturing.doctype.production_order.production_order \