--- orig/lib/python3.6/site-packages/simplesshkey/models.py 2022-01-13 19:21:30.504520293 +0000 +++ circle/lib/python3.6/site-packages/simplesshkey/models.py 2022-01-03 16:49:07.888746364 +0000 @@ -32,7 +32,7 @@ from __future__ import unicode_literals -from django.utils.encoding import python_2_unicode_compatible +from six import python_2_unicode_compatible from django.db import models from django.conf import settings as django_settings from django.core.exceptions import ValidationError