diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-06-29 11:52:29 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-06-29 11:58:36 +0200 |
| commit | 6118d6d1c982e428cf398ac998eb9f0baba15bad (patch) | |
| tree | aacdf5ca5dc76bb6007eaab161ab926afdce8300 /tests/test_utils | |
| parent | c8756e17fbd5293ee1e0582201c41e2febc58ae1 (diff) | |
More import removals
Following the series of commits removing deprecated features in
Django 1.7, here are some more unneeded imports removed and other
minor cleanups.
Diffstat (limited to 'tests/test_utils')
| -rw-r--r-- | tests/test_utils/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_utils/tests.py b/tests/test_utils/tests.py index b51ba7bf3b..8c6c15e357 100644 --- a/tests/test_utils/tests.py +++ b/tests/test_utils/tests.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- from __future__ import absolute_import, unicode_literals -import warnings from django.db import connection from django.forms import EmailField, IntegerField |
