Update 0031_metadata_metadataformat.py

This commit is contained in:
tcely 2025-04-23 23:07:56 -04:00 committed by GitHub
parent 57c39fcc74
commit f220c797bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('sync', '0001_squashed_0030_alter_source_source_vcodec'),
('sync', '0030_alter_source_source_vcodec'),
]
operations = [