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