mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: imports
This commit is contained in:
parent
1a93979be4
commit
76d7366f58
1 changed files with 1 additions and 5 deletions
|
|
@ -2,13 +2,9 @@
|
|||
# externally created Application object and the aiogram's dispatcher
|
||||
# This can be used for a custom route, for instance
|
||||
|
||||
import logging
|
||||
import ssl
|
||||
import asyncio
|
||||
import requests
|
||||
from aiogram import Bot, Dispatcher, types
|
||||
from aiogram.dispatcher.webhook import configure_app
|
||||
from aiogram.utils.exceptions import BotBlocked
|
||||
from aiohttp import web
|
||||
|
||||
|
||||
bot = Bot(token=config.bot_token)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue