Remove deprecated StdOutBroker import fallback

This commit is contained in:
Roy Nieterau 2025-03-12 22:01:21 +01:00
parent 69d570e02f
commit 12f6d76043

View file

@ -1,12 +0,0 @@
import warnings
from .broker import StdOutBroker
warnings.warn(
(
"Import of 'StdOutBroker' from 'ayon_core.tools.stdout_broker.app'"
" is deprecated. Please use 'ayon_core.tools.stdout_broker' instead."
),
DeprecationWarning
)
__all__ = ("StdOutBroker", )