diff options
| author | Tom Christie | 2013-02-15 09:06:05 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-02-15 09:06:05 +0000 |
| commit | c1a40c58999a3ca3dd667d092051dd719fc0588b (patch) | |
| tree | 64b78530a9e6a75fdf0e76849ccf351d485c886c /rest_framework/views.py | |
| parent | 725741198b9e185499662836b569cd729e1e9eb6 (diff) | |
| download | django-rest-framework-c1a40c58999a3ca3dd667d092051dd719fc0588b.tar.bz2 | |
Drop unused import.
Diffstat (limited to 'rest_framework/views.py')
| -rw-r--r-- | rest_framework/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/views.py b/rest_framework/views.py index 55ad8cf3..1e481c87 100644 --- a/rest_framework/views.py +++ b/rest_framework/views.py @@ -13,7 +13,6 @@ from rest_framework.response import Response from rest_framework.request import Request from rest_framework.settings import api_settings import re -import warnings def _remove_trailing_string(content, trailing): |
