diff options
| author | Craig Blaszczyk | 2015-01-08 17:16:15 +0000 | 
|---|---|---|
| committer | Craig Blaszczyk | 2015-01-08 17:16:15 +0000 | 
| commit | 1368c31a705a4892995f42cf5e0dcdcbfa13a1ce (patch) | |
| tree | 1452004035e5d367a2eb56d9e97ab58862313c4f /rest_framework | |
| parent | 734f8f26678d3bd28f04bc44b0fabd146b97ddb0 (diff) | |
| download | django-rest-framework-1368c31a705a4892995f42cf5e0dcdcbfa13a1ce.tar.bz2 | |
remove unused import
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/generics.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/rest_framework/generics.py b/rest_framework/generics.py index d52f2b6c..0d709c37 100644 --- a/rest_framework/generics.py +++ b/rest_framework/generics.py @@ -10,7 +10,6 @@ from django.shortcuts import get_object_or_404 as _get_object_or_404  from django.utils import six  from django.utils.translation import ugettext as _  from rest_framework import views, mixins -from rest_framework.exceptions import NotFound  from rest_framework.settings import api_settings | 
