From 1f5af74af8966a9c59a94441150510290db691cd Mon Sep 17 00:00:00 2001 From: astatinesolutions <108728802+astatinesolutions@users.noreply.github.com> Date: Mon, 18 Jul 2022 12:09:33 +0200 Subject: [PATCH] Update models.py --- jet/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jet/models.py b/jet/models.py index 8fe97564..254e892e 100644 --- a/jet/models.py +++ b/jet/models.py @@ -1,6 +1,6 @@ from django.db import models from django.utils import timezone -from django.utils.encoding import python_2_unicode_compatible +from six import python_2_unicode_compatible from django.utils.translation import ugettext_lazy as _