trivial: remove unused F import

This commit is contained in:
Frédéric Péters 2016-07-07 16:38:00 +02:00
parent 0079e3eb70
commit 7b3dba5236
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from django.core.urlresolvers import reverse
from django.db.models import F
from django.utils.timezone import now
from rest_framework import permissions, serializers, status