Remove Unused DEFAULT_20 (#3997)

This commit is contained in:
Poolitzer 2023-12-09 13:12:39 +01:00 committed by GitHub
parent 4ad94cc7f7
commit 1fc46360ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,6 +132,3 @@ DEFAULT_TRUE: DefaultValue[bool] = DefaultValue(True)
.. versionadded:: 20.0
"""
DEFAULT_20: DefaultValue[int] = DefaultValue(20)
""":class:`DefaultValue`: Default :obj:`20`"""