diff options
Diffstat (limited to 'hyperkitty/tests/test_models.py')
-rw-r--r-- | hyperkitty/tests/test_models.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hyperkitty/tests/test_models.py b/hyperkitty/tests/test_models.py index 26c1c29..120e571 100644 --- a/hyperkitty/tests/test_models.py +++ b/hyperkitty/tests/test_models.py @@ -17,9 +17,8 @@ # HyperKitty. If not, see <http://www.gnu.org/licenses/>. # # Author: Aamir Khan <syst3m.w0rm@gmail.com> -# +# -import datetime from django.test import TestCase from hyperkitty.models import Rating, Tag |