More linting

This commit is contained in:
Oliver 2021-11-05 00:35:47 +11:00
parent 5a0ff4c077
commit 185924e1f8
2 changed files with 1 additions and 5 deletions

View File

@ -7,8 +7,6 @@ from django.contrib.auth.models import Group
from common.models import InvenTreeSetting
from datetime import datetime, timedelta
class StockViewTestCase(TestCase):

View File

@ -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);
}