Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Dec 11, 2023
1 parent a4c053f commit 48e098f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cms/migrations/0034_remove_certificatepage_product_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
class Migration(migrations.Migration):

dependencies = [
('cms', '0033_add_home_page_video_component'),
("cms", "0033_add_home_page_video_component"),
]

operations = [
migrations.RemoveField(
model_name='certificatepage',
name='product_name',
model_name="certificatepage",
name="product_name",
),
]

0 comments on commit 48e098f

Please sign in to comment.