Skip to content

Commit

Permalink
Remove apihelper following the validate_token not using getMe
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2020official authored Jul 28, 2024
1 parent dbfa514 commit 2dbf190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/async_telebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from inspect import signature, iscoroutinefunction

from telebot import util, types, asyncio_helper, apihelper # have to use sync
from telebot import util, types, asyncio_helper
import asyncio
from telebot import asyncio_filters

Expand Down

0 comments on commit 2dbf190

Please sign in to comment.