mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
PEP8 Compliance
This commit is contained in:
parent
887da7f6c5
commit
23db6c9849
|
@ -277,6 +277,7 @@ class ScopedRateThrottleTests(TestCase):
|
||||||
response = self.unscoped_view(request)
|
response = self.unscoped_view(request)
|
||||||
self.assertEqual(200, response.status_code)
|
self.assertEqual(200, response.status_code)
|
||||||
|
|
||||||
|
|
||||||
class XffTestingBase(TestCase):
|
class XffTestingBase(TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user