mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
black formatted
This commit is contained in:
@@ -14,8 +14,9 @@ class TestAutocomplete(ClientCase):
|
||||
@classmethod
|
||||
def setUpTestData(cls):
|
||||
super(TestAutocomplete, cls).setUpTestData()
|
||||
cls.staff_user = User.objects.create_user("staff", "staff@localhost",
|
||||
"staff", is_staff=True)
|
||||
cls.staff_user = User.objects.create_user(
|
||||
"staff", "staff@localhost", "staff", is_staff=True
|
||||
)
|
||||
|
||||
def setUp(self):
|
||||
self.factory = RequestFactory()
|
||||
|
Reference in New Issue
Block a user