Skip to content

Commit

Permalink
style(character): try to reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
CapooL committed Mar 7, 2024
1 parent 37a165b commit b16d03f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hinghwa-dict-backend/word/migrations/0007_character_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@


class Migration(migrations.Migration):

dependencies = [
('word', '0006_list_ship'),
("word", "0006_list_ship"),
]

operations = [
migrations.AddField(
model_name='character',
name='type',
field=models.CharField(max_length=20, null=True, verbose_name='读音类型'),
model_name="character",
name="type",
field=models.CharField(max_length=20, null=True, verbose_name="读音类型"),
),
]

0 comments on commit b16d03f

Please sign in to comment.