summaryrefslogtreecommitdiff
path: root/tests/custom_pk/fields.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom_pk/fields.py')
-rw-r--r--tests/custom_pk/fields.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/custom_pk/fields.py b/tests/custom_pk/fields.py
index 3779fc6c43..eb63f66679 100644
--- a/tests/custom_pk/fields.py
+++ b/tests/custom_pk/fields.py
@@ -3,10 +3,8 @@ import string
from django.db import models
from django.utils import six
-from django.utils.encoding import python_2_unicode_compatible
-@python_2_unicode_compatible
class MyWrapper(object):
def __init__(self, value):
self.value = value