streamsight.utils.suppress_specific_warnings

streamsight.utils.suppress_specific_warnings(category: type[Warning])

Suppress specific warnings by category.

Parameters:

category (type) – The warning category to suppress (e.g., DeprecationWarning).