From 38d27d9f82d354d0fe5a9bd2fdc287548f6e151e Mon Sep 17 00:00:00 2001 From: ubaskota <19787410+ubaskota@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:26:28 -0400 Subject: [PATCH] This is a test and will be removed --- botocore/client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/botocore/client.py b/botocore/client.py index 05d9b25cf1..9a0bf33cee 100644 --- a/botocore/client.py +++ b/botocore/client.py @@ -1391,3 +1391,6 @@ def _get_configured_signature_version( ) return version return None + + +# This is a test and will be removed.