mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove unused constants from dispatcher module
This commit is contained in:
parent
0c2a838002
commit
cbcab54263
1 changed files with 0 additions and 4 deletions
|
|
@ -19,10 +19,6 @@ from ..utils.exceptions import TelegramAPIError, Throttled
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
MODE = 'MODE'
|
|
||||||
LONG_POLLING = 'long-polling'
|
|
||||||
UPDATE_OBJECT = 'update_object'
|
|
||||||
|
|
||||||
DEFAULT_RATE_LIMIT = .1
|
DEFAULT_RATE_LIMIT = .1
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue