mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
fix: Linter (extra line after import)
(cherry picked from commit 6ca978c18b)
This commit is contained in:
@@ -6,6 +6,7 @@ import frappe
|
|||||||
from erpnext.stock.report.stock_ageing.stock_ageing import FIFOSlots
|
from erpnext.stock.report.stock_ageing.stock_ageing import FIFOSlots
|
||||||
from erpnext.tests.utils import ERPNextTestCase
|
from erpnext.tests.utils import ERPNextTestCase
|
||||||
|
|
||||||
|
|
||||||
class TestStockAgeing(ERPNextTestCase):
|
class TestStockAgeing(ERPNextTestCase):
|
||||||
def setUp(self) -> None:
|
def setUp(self) -> None:
|
||||||
self.filters = frappe._dict(
|
self.filters = frappe._dict(
|
||||||
|
|||||||
Reference in New Issue
Block a user