Organise imports using isort --profile black
This commit is contained in:
parent
364ad42c05
commit
6d0fb174eb
10 changed files with 28 additions and 30 deletions
|
@ -1,12 +1,13 @@
|
|||
# Generated by Django 4.0.4 on 2022-05-22 07:45
|
||||
|
||||
import datetime
|
||||
import django.core.validators
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
import re
|
||||
import uuid
|
||||
|
||||
import django.core.validators
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# Generated by Django 4.1.4 on 2022-12-20 14:26
|
||||
|
||||
import datetime
|
||||
|
||||
import django.core.validators
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Generated by Django 4.1.4 on 2022-12-21 08:53
|
||||
|
||||
import datetime
|
||||
|
||||
import django.core.validators
|
||||
from django.db import migrations, models
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue