2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

removed unused import

added unit tests for PART_NAME_FORMAT
This commit is contained in:
rocheparadox
2021-10-12 19:51:21 +05:30
parent 2bf51b0ac3
commit 4fddc656c4
2 changed files with 22 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import decimal
import os
import logging
import re
from django.utils.translation import gettext_lazy as _
from django.core.exceptions import ValidationError