summaryrefslogtreecommitdiff
path: root/tests/db_typecasts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db_typecasts')
-rw-r--r--tests/db_typecasts/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/db_typecasts/tests.py b/tests/db_typecasts/tests.py
index e391743028..d0e0db20d7 100644
--- a/tests/db_typecasts/tests.py
+++ b/tests/db_typecasts/tests.py
@@ -6,7 +6,6 @@ import unittest
from django.db.backends import utils as typecasts
from django.utils import six
-
TEST_CASES = {
'typecast_date': (
('', None),