Remove unused constants from dispatcher module

This commit is contained in:
Alex Root Junior 2018-09-28 03:45:02 +03:00
parent 0c2a838002
commit cbcab54263

View file

@ -19,10 +19,6 @@ from ..utils.exceptions import TelegramAPIError, Throttled
log = logging.getLogger(__name__)
MODE = 'MODE'
LONG_POLLING = 'long-polling'
UPDATE_OBJECT = 'update_object'
DEFAULT_RATE_LIMIT = .1