From bbd6add86bc3fb480d7a833973f45a184b67462f Mon Sep 17 00:00:00 2001 From: duker Date: Fri, 7 Sep 2018 02:58:00 +0300 Subject: [PATCH] #550 Review#2 fixes. Rm redundant pdd issue, fix imports --- shopelectro/context.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shopelectro/context.py b/shopelectro/context.py index ebf57a6e..ae9722e8 100644 --- a/shopelectro/context.py +++ b/shopelectro/context.py @@ -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): @@ -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):