Mercurial > public > sg101
comparison antispam/tests/test_views.py @ 1216:42fef17a89a4 modernize
Remove unused imports.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 12 Feb 2025 19:03:43 -0600 |
parents | 4bb5ea74164b |
children |
comparison
equal
deleted
inserted
replaced
1215:4bb5ea74164b | 1216:42fef17a89a4 |
---|---|
1 """ | 1 """ |
2 Unit tests for the antispam application views. | 2 Unit tests for the antispam application views. |
3 | 3 |
4 """ | 4 """ |
5 import datetime | |
6 import json | |
7 | |
8 from django.test import TestCase | 5 from django.test import TestCase |
9 from django.core.urlresolvers import reverse | 6 from django.core.urlresolvers import reverse |
10 from django.contrib.auth.models import User | 7 from django.contrib.auth.models import User |
11 | 8 |
12 | 9 |