This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Disable deprecation warnings in deprecated callables and types #618
Open
Description
Is your feature request related to a problem? Please describe.
Deprecation warnings are raised for code used in deprecated functions or operations, even when they are never used.
Describe the solution you'd like
I would like no warning to be raised in this case.
Tasks
- Suppress deprecation warning in deprecated callables (Suppressing deprecation warnings of nested callables #618 #687)
- Suppress deprecation warning in deprecated types