mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-24 07:09:27 +00:00
Cleanup imports
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
import logging
|
||||
|
||||
from smsbot.utils import get_smsbot_version
|
||||
from prometheus_client import Counter, Summary
|
||||
from telegram import Update
|
||||
from telegram.ext import (
|
||||
Application,
|
||||
ApplicationHandlerStop,
|
||||
CommandHandler,
|
||||
ContextTypes,
|
||||
TypeHandler,
|
||||
CommandHandler,
|
||||
)
|
||||
|
||||
from smsbot.utils import get_smsbot_version
|
||||
|
||||
REQUEST_TIME = Summary(
|
||||
"telegram_request_processing_seconds", "Time spent processing request"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user