From 1c4924a4a5ebb95c52cc6a40c4c8959954d98544 Mon Sep 17 00:00:00 2001 From: eeintech Date: Mon, 2 Aug 2021 15:14:55 -0400 Subject: [PATCH] Style duh --- InvenTree/stock/forms.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/InvenTree/stock/forms.py b/InvenTree/stock/forms.py index b088a6cdef..c0d6e9026f 100644 --- a/InvenTree/stock/forms.py +++ b/InvenTree/stock/forms.py @@ -8,7 +8,6 @@ from __future__ import unicode_literals from django import forms from django.forms.utils import ErrorDict from django.utils.translation import ugettext_lazy as _ -from django.core.validators import MinValueValidator from django.core.exceptions import ValidationError from mptt.fields import TreeNodeChoiceField @@ -242,8 +241,8 @@ class InstallStockForm(HelperForm): ) to_install = forms.BooleanField( - widget=forms.HiddenInput(), - required=False + widget=forms.HiddenInput(), + required=False, ) # quantity_to_install = RoundingDecimalFormField(