mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 09:05:41 +01:00
Fixing one of the last batchse of pep8 and pylint bugs.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user