Skip to content

Commit 167e39c

Browse files
committed
Refactor: 코드 Linter 적용
1 parent bba32f2 commit 167e39c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyconweb2022/program/migrations/0003_proposal_eng_desc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('program', '0002_proposal_speaker_profile_img_alter_proposal_language'),
9+
("program", "0002_proposal_speaker_profile_img_alter_proposal_language"),
1010
]
1111

1212
operations = [
1313
migrations.AddField(
14-
model_name='proposal',
15-
name='eng_desc',
14+
model_name="proposal",
15+
name="eng_desc",
1616
field=models.TextField(blank=True, max_length=4000, null=True),
1717
),
1818
]

0 commit comments

Comments
 (0)