fix: Linters

(cherry picked from commit 06c505ddc2)
This commit is contained in:
GangaManoj
2021-10-27 05:23:01 +05:30
committed by mergify-bot
parent f0076ca3f9
commit 445f1b2a09
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ from erpnext.assets.doctype.asset.depreciation import (
get_disposal_account_and_cost_center,
get_gl_entries_on_asset_disposal,
get_gl_entries_on_asset_regain,
make_depreciation_entry
make_depreciation_entry,
)
from erpnext.controllers.selling_controller import SellingController
from erpnext.healthcare.utils import manage_invoice_submit_cancel

View File

@@ -18,6 +18,7 @@ from erpnext.stock.doctype.purchase_receipt.purchase_receipt import (
)
from erpnext.stock.doctype.purchase_receipt.test_purchase_receipt import make_purchase_receipt
class AssetSetup(unittest.TestCase):
@classmethod
def setUpClass(cls):