fix: Linters

This commit is contained in:
GangaManoj 2021-10-27 05:23:01 +05:30
parent cde0dae987
commit 06c505ddc2
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,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.projects.doctype.timesheet.timesheet import get_projectwise_timesheet_data

View File

@ -20,6 +20,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):