mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
More linting
This commit is contained in:
parent
5a0ff4c077
commit
185924e1f8
@ -7,8 +7,6 @@ from django.contrib.auth.models import Group
|
|||||||
|
|
||||||
from common.models import InvenTreeSetting
|
from common.models import InvenTreeSetting
|
||||||
|
|
||||||
from datetime import datetime, timedelta
|
|
||||||
|
|
||||||
|
|
||||||
class StockViewTestCase(TestCase):
|
class StockViewTestCase(TestCase):
|
||||||
|
|
||||||
|
@ -7,8 +7,6 @@
|
|||||||
closeModal,
|
closeModal,
|
||||||
constructField,
|
constructField,
|
||||||
constructFormBody,
|
constructFormBody,
|
||||||
disableField,
|
|
||||||
enableField,
|
|
||||||
getFormFieldValue,
|
getFormFieldValue,
|
||||||
global_settings,
|
global_settings,
|
||||||
handleFormErrors,
|
handleFormErrors,
|
||||||
@ -80,7 +78,7 @@ function serializeStockItem(pk, options={}) {
|
|||||||
icon: 'fa-sitemap',
|
icon: 'fa-sitemap',
|
||||||
},
|
},
|
||||||
notes: {},
|
notes: {},
|
||||||
}
|
};
|
||||||
|
|
||||||
constructForm(url, options);
|
constructForm(url, options);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user