mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Code base cleanup
This commit is contained in:
@ -4,7 +4,7 @@ from telebot import custom_filters
|
||||
from telebot.handler_backends import State, StatesGroup #States
|
||||
|
||||
# States storage
|
||||
from telebot.storage import StateRedisStorage, StatePickleStorage, StateMemoryStorage
|
||||
from telebot.storage import StateMemoryStorage
|
||||
|
||||
|
||||
# Beginning from version 4.4.0+, we support storages.
|
||||
|
Reference in New Issue
Block a user