Skip to content

Commit 1da44db

Browse files
chore: fix migration quality
1 parent 37f9721 commit 1da44db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/openedx_content/migrations/0006_typed_ids.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Generated by Django 5.2.11 on 2026-04-08 17:49
22

3-
import openedx_content.applets.publishing.models.id_fields
43
from django.db import migrations
54

5+
import openedx_content.applets.publishing.models.id_fields
6+
67

78
class Migration(migrations.Migration):
89
dependencies = [

0 commit comments

Comments
 (0)