1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

black formatted

This commit is contained in:
Matt Griswold
2019-12-05 16:57:52 +00:00
parent a53cadb167
commit cf56acbfc4
106 changed files with 7894 additions and 5626 deletions

View File

@@ -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()