2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 21:38:48 +00:00

PEP fixes

This commit is contained in:
Matthias 2021-12-02 12:13:03 +01:00
parent b0fb5657e8
commit 6657d093d7
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ Stock database model definitions
from __future__ import unicode_literals
import os
import re
from django.utils.translation import gettext_lazy as _
from django.core.exceptions import ValidationError, FieldError