Skip to content

Commit

Permalink
Fixed #30036 -- Removed unused imports in pagination example.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Dec 12, 2018
1 parent 3a4558b commit a394289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/pagination.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ show how you can display the results. This example assumes you have a

The view function looks like this::

from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator
from django.core.paginator import Paginator
from django.shortcuts import render

def listing(request):
Expand Down

0 comments on commit a394289

Please sign in to comment.