From 75cdec81ae7979d105631033fdaf72c97416bfd1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 2 Jun 2021 00:39:38 +0200 Subject: [PATCH] style fix --- InvenTree/common/forms.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/InvenTree/common/forms.py b/InvenTree/common/forms.py index 5f4ae5808e..085206b65a 100644 --- a/InvenTree/common/forms.py +++ b/InvenTree/common/forms.py @@ -5,15 +5,11 @@ Django forms for interacting with common objects # -*- coding: utf-8 -*- from __future__ import unicode_literals -from decimal import Decimal, InvalidOperation - from django import forms from django.utils.translation import gettext as _ from InvenTree.forms import HelperForm -from common.settings import currency_code_default - from .files import FileManager from .models import InvenTreeSetting