Skip to content

Commit

Permalink
Remove Unused DEFAULT_20 (#3997)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poolitzer committed Dec 9, 2023
1 parent 4ad94cc commit 1fc4636
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions telegram/_utils/defaultvalue.py
Expand Up @@ -132,6 +132,3 @@ def get_value(obj: Union[OT, "DefaultValue[OT]"]) -> OT:
.. versionadded:: 20.0
"""

DEFAULT_20: DefaultValue[int] = DefaultValue(20)
""":class:`DefaultValue`: Default :obj:`20`"""

0 comments on commit 1fc4636

Please sign in to comment.