Skip to content

Commit 6ebf9af

Browse files
committed
fix:linting
1 parent 016c1cf commit 6ebf9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flare_ai_social/telegram/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import Any, cast
44

55
import structlog
6-
from telegram import Bot, Update, Message, Chat, User, MessageEntity
6+
from telegram import Bot, Chat, Message, MessageEntity, Update, User
77
from telegram.error import TelegramError
88
from telegram.ext import (
99
Application,

0 commit comments

Comments
 (0)