From 33d656e5e83d8c7d3089cbcc1edd0bb0de9274f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krzyz=CC=87aniak?= Date: Tue, 12 Jul 2016 12:28:59 +0200 Subject: [PATCH] isort --- rest_framework/pagination.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rest_framework/pagination.py b/rest_framework/pagination.py index abcf64435..0a7351986 100644 --- a/rest_framework/pagination.py +++ b/rest_framework/pagination.py @@ -17,8 +17,7 @@ from django.utils.translation import ugettext_lazy as _ from rest_framework import status from rest_framework.compat import template_render -from rest_framework.exceptions import APIException -from rest_framework.exceptions import NotFound +from rest_framework.exceptions import APIException, NotFound from rest_framework.response import Response from rest_framework.settings import api_settings from rest_framework.utils.urls import remove_query_param, replace_query_param