diff --git a/tests/framework/project/test_logging.py b/tests/framework/project/test_logging.py index c2a55559fa..df77655801 100644 --- a/tests/framework/project/test_logging.py +++ b/tests/framework/project/test_logging.py @@ -6,7 +6,7 @@ import yaml from kedro.framework.project import LOGGING, configure_logging, configure_project -from kedro.logging import fmt_rich, has_rich_handler +from kedro.logging import fmt_rich, has_rich_handler, RichHandler @pytest.fixture