summaryrefslogtreecommitdiff
path: root/tests/choices/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/choices/models.py')
-rw-r--r--tests/choices/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/choices/models.py b/tests/choices/models.py
index e33d45733a..3384947f93 100644
--- a/tests/choices/models.py
+++ b/tests/choices/models.py
@@ -12,7 +12,6 @@ field. This method returns the "human-readable" value of the field.
from django.db import models
from django.utils.encoding import python_2_unicode_compatible
-
GENDER_CHOICES = (
('M', 'Male'),
('F', 'Female'),