Skip to content

Commit

Permalink
Black updates
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Feb 8, 2023
1 parent 6a22937 commit a49656b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion demo/myimages/imagefiles/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 0 additions & 1 deletion django_large_image/rest/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@


class TileMetadataSerializer(serializers.Serializer):

levels = serializers.IntegerField(
help_text='Number of zoom levels in the image.',
min_value=1,
Expand Down
1 change: 0 additions & 1 deletion project/example/core/migrations/0001_default_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def rollback_default_site(apps: StateApps, schema_editor: BaseDatabaseSchemaEdit


class Migration(migrations.Migration):

dependencies = [
# This is the final sites app migration
('sites', '0002_alter_domain_unique'),
Expand Down
1 change: 0 additions & 1 deletion project/example/core/migrations/0002_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = [
Expand Down
1 change: 0 additions & 1 deletion project/example/core/migrations/0003_auto_20220323_1546.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
('core', '0002_initial'),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
('core', '0003_auto_20220323_1546'),
]
Expand Down
1 change: 0 additions & 1 deletion project/example/core/migrations/0005_urlimagefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
('core', '0004_alter_imagefile_id_alter_s3imagefile_id'),
]
Expand Down

0 comments on commit a49656b

Please sign in to comment.