Skip to content

Commit 8abf54c

Browse files
committed
refactor: 코드 linter 적용
1 parent e18ae6d commit 8abf54c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyconweb2022/sponsor/migrations/0007_personalsponsorship_message.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-
('sponsor', '0006_personalsponsorship'),
9+
("sponsor", "0006_personalsponsorship"),
1010
]
1111

1212
operations = [
1313
migrations.AddField(
14-
model_name='personalsponsorship',
15-
name='message',
14+
model_name="personalsponsorship",
15+
name="message",
1616
field=models.CharField(blank=True, max_length=300),
1717
),
1818
]

0 commit comments

Comments
 (0)