Fixed pylint issues, removed unused import
This commit is contained in:
parent
e4a1b6d22a
commit
e2890c729f
@ -19,7 +19,7 @@ import json
|
||||
from urlparse import urlparse, parse_qs
|
||||
|
||||
from mediagoblin import mg_globals
|
||||
from mediagoblin.tools import template, processing
|
||||
from mediagoblin.tools import processing
|
||||
from mediagoblin.tests.tools import get_test_app, fixture_add_user
|
||||
from mediagoblin.tests.test_submission import GOOD_PNG
|
||||
from mediagoblin.tests import test_oauth as oauth
|
||||
|
@ -59,7 +59,6 @@ class Pagination(object):
|
||||
self.active_id = jump_to_id
|
||||
break
|
||||
|
||||
|
||||
def __call__(self):
|
||||
"""
|
||||
Returns slice of objects for the requested page
|
||||
|
Loading…
x
Reference in New Issue
Block a user