From b35a48cc8f321e03ce05d2fe41c770e5509c5301 Mon Sep 17 00:00:00 2001 From: aviruthen <91846056+aviruthen@users.noreply.github.com> Date: Wed, 7 Jan 2026 12:19:29 -0800 Subject: [PATCH] Test change to sagemaker-train --- sagemaker-train/src/sagemaker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemaker-train/src/sagemaker/__init__.py b/sagemaker-train/src/sagemaker/__init__.py index 71038bb89b..38a9c08eb1 100644 --- a/sagemaker-train/src/sagemaker/__init__.py +++ b/sagemaker-train/src/sagemaker/__init__.py @@ -1,2 +1,2 @@ -"""Namespace package for SageMaker.""" +"""Namespace package for SageMaker.""" __path__ = __import__('pkgutil').extend_path(__path__, __name__)