Skip to content

Commit 498e5cd

Browse files
style: fix wrong import order
1 parent e05267f commit 498e5cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openedx_learning/apps/authoring/publishing/migrations/0008_alter_draftchangelogrecord_options_and_more.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Generated by Django 4.2.20 on 2025-04-17 18:22
2-
3-
from django.db import migrations, models
42
import django.db.models.deletion
3+
from django.db import migrations, models
54

65

76
class Migration(migrations.Migration):

0 commit comments

Comments
 (0)