Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/wlmac/scavenger
Browse files Browse the repository at this point in the history
  • Loading branch information
nelimalu committed Dec 8, 2023
2 parents 08cde09 + 9363968 commit e9ef57e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/migrations/0021_alter_hint_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@


class Migration(migrations.Migration):

dependencies = [
('core', '0020_alter_logicpuzzlehint_qr_index_and_more'),
("core", "0020_alter_logicpuzzlehint_qr_index_and_more"),
]

operations = [
migrations.AlterModelOptions(
name='hint',
name="hint",
options={},
),
]

0 comments on commit e9ef57e

Please sign in to comment.