Mercurial > public > sg101
diff 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 |
line wrap: on
line diff
--- a/antispam/tests/test_views.py Wed Feb 12 19:02:27 2025 -0600 +++ b/antispam/tests/test_views.py Wed Feb 12 19:03:43 2025 -0600 @@ -2,9 +2,6 @@ Unit tests for the antispam application views. """ -import datetime -import json - from django.test import TestCase from django.core.urlresolvers import reverse from django.contrib.auth.models import User