mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
black formatted
This commit is contained in:
@@ -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")]),
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user