mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 16:45:41 +01:00
Lots of pylint and pep8 fixes in nearly every file.
This commit is contained in:
@@ -3,6 +3,9 @@ from django.test.client import Client
|
||||
from django.core.urlresolvers import reverse
|
||||
|
||||
|
||||
# pylint: disable-msg=E1103
|
||||
|
||||
|
||||
class HomeTest(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.client = Client()
|
||||
|
||||
Reference in New Issue
Block a user