Fixing one of the last batchse of pep8 and pylint bugs.

This commit is contained in:
Isaac Bythewood
2012-05-12 00:31:54 +00:00
parent 8e8bcdfb49
commit 6e9a423c63
3 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,9 @@
from django.test import TestCase
from django.test.client import Client
from django.core.urlresolvers import reverse
# pylint: disable-msg=R0904
# pylint: disable-msg=E1103
class RecentPinsTest(TestCase):