Skip to content

Commit 64f6ba0

Browse files
committed
lint
1 parent 591c87a commit 64f6ba0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pyconkr/settings.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@
132132
MEDIA_ROOT = os.path.join(BASE_DIR, "media/")
133133

134134
CONSTANCE_CONFIG = {
135-
"SLACK_SECRET": ("", "Slack 알림 전송에 사용할 Secret",),
136-
"SPONSOR_NOTI_CHANNEL": ("", "후원사 변동사항에 대한 알림을 보낼 채널",),
137-
}
135+
"SLACK_SECRET": (
136+
"",
137+
"Slack 알림 전송에 사용할 Secret",
138+
),
139+
"SPONSOR_NOTI_CHANNEL": (
140+
"",
141+
"후원사 변동사항에 대한 알림을 보낼 채널",
142+
),
143+
}

0 commit comments

Comments
 (0)