Open Wuestengecko opened 2 weeks ago
After #456, #476 and #477, there are a lot of old functions that are no longer needed or that have been superseded by different functionality. This PR marks those with the PEP-702 @deprecated marker, to make mypy warn about any uses of them.
@deprecated
After #456, #476 and #477, there are a lot of old functions that are no longer needed or that have been superseded by different functionality. This PR marks those with the PEP-702
@deprecated
marker, to make mypy warn about any uses of them.