Skip to content

Commit 1cdbfd1

Browse files
committed
Fix - Pylint check - line too long
1 parent 9c29e96 commit 1cdbfd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
MEDIA_PATH, STATIC_PATH, templates)
1010
from app.internal.quotes import load_quotes, daily_quotes
1111
from app.routers import (
12-
agenda, dayview, email, event, invitation, profile, search, telegram, keyboard_shortcuts, whatsapp)
12+
agenda, dayview, email, event, invitation, profile, search, telegram,
13+
keyboard_shortcuts, whatsapp)
1314

1415
from app.telegram.bot import telegram_bot
1516
from app.internal.logger_customizer import LoggerCustomizer

0 commit comments

Comments
 (0)