diff --git a/InvenTree/common/models.py b/InvenTree/common/models.py index f85f6d9607..cadb64814d 100644 --- a/InvenTree/common/models.py +++ b/InvenTree/common/models.py @@ -9,7 +9,6 @@ from __future__ import unicode_literals import os import decimal import math -import re from django.db import models, transaction from django.contrib.auth.models import User