diff options
| author | Tom Christie | 2014-08-29 12:54:52 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-08-29 12:54:52 +0100 | 
| commit | 371d30aa8737c4b3aaf28ee10cc2b77a9c4d1fd9 (patch) | |
| tree | 8d78e01471fc958e9b6a87ecb8e3aec355cc1d8f /rest_framework/generics.py | |
| parent | b552b62540e5144272c9c13c28f120ffe5fcbe45 (diff) | |
| download | django-rest-framework-371d30aa8737c4b3aaf28ee10cc2b77a9c4d1fd9.tar.bz2 | |
Remove unused imports.
Diffstat (limited to 'rest_framework/generics.py')
| -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 40c49844..b3bd6ce9 100644 --- a/rest_framework/generics.py +++ b/rest_framework/generics.py @@ -11,7 +11,6 @@ from django.utils.translation import ugettext as _  from rest_framework import views, mixins, exceptions  from rest_framework.request import clone_request  from rest_framework.settings import api_settings -import warnings  def strict_positive_int(integer_string, cutoff=None): | 
