streamsightv2.utils.suppress_specific_warnings
- streamsightv2.utils.suppress_specific_warnings(category: type[Warning])
Suppress specific warnings by category.
- Parameters:
category (type) – The warning category to suppress (e.g., DeprecationWarning).