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

@@ -8,13 +8,13 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('contenttypes', '0002_remove_content_type_name'),
('peeringdb_server', '0019_auto_20190819_1133'),
("contenttypes", "0002_remove_content_type_name"),
("peeringdb_server", "0019_auto_20190819_1133"),
]
operations = [
migrations.AlterUniqueTogether(
name='verificationqueueitem',
unique_together=set([('content_type', 'object_id')]),
name="verificationqueueitem",
unique_together=set([("content_type", "object_id")]),
),
]