From 93a05491ce9eecae2476a47964968cfe900f2ed1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 1 May 2022 00:17:07 +0200 Subject: [PATCH] PEP fix --- InvenTree/company/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/company/models.py b/InvenTree/company/models.py index e4b3a1b640..b9b580830d 100644 --- a/InvenTree/company/models.py +++ b/InvenTree/company/models.py @@ -9,7 +9,7 @@ import os from django.utils.translation import ugettext_lazy as _ from django.core.validators import MinValueValidator -from django.core.exceptions import ValidationError, PermissionDenied +from django.core.exceptions import ValidationError from django.db import models from django.db.models import Sum, Q, UniqueConstraint