Skip to content

Commit

Permalink
#550 Review#2 fixes. Rm redundant pdd issue, fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Sep 6, 2018
1 parent f2598fc commit bbd6add
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions shopelectro/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@
from django_user_agents.utils import get_user_agent

from images.models import Image
from pages.models import ModelPage

from shopelectro import models

from pages.models import ModelPage


class SortingOption:
def __init__(self, index=0):
Expand All @@ -45,7 +44,6 @@ def directed_field(self):
return self.direction + self.field


# @todo #539:60m Move PaginatorLinks to refarm-site.
class PaginatorLinks:

def __init__(self, number, path, paginated: Paginator):
Expand Down

0 comments on commit bbd6add

Please sign in to comment.