mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Remove Unused DEFAULT_20
(#3997)
This commit is contained in:
parent
4ad94cc7f7
commit
1fc46360ff
1 changed files with 0 additions and 3 deletions
|
@ -132,6 +132,3 @@ DEFAULT_TRUE: DefaultValue[bool] = DefaultValue(True)
|
|||
|
||||
.. versionadded:: 20.0
|
||||
"""
|
||||
|
||||
DEFAULT_20: DefaultValue[int] = DefaultValue(20)
|
||||
""":class:`DefaultValue`: Default :obj:`20`"""
|
||||
|
|
Loading…
Reference in a new issue