From e6c63a6197defb6ef8a3ee9493c38c18dec04930 Mon Sep 17 00:00:00 2001 From: gnossen Date: Thu, 28 Sep 2023 07:50:10 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- .../run_tests/xds_k8s_test_driver/tests/gamma/affinity_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/xds_k8s_test_driver/tests/gamma/affinity_test.py b/tools/run_tests/xds_k8s_test_driver/tests/gamma/affinity_test.py index bc89a73cb8737..796049261b472 100644 --- a/tools/run_tests/xds_k8s_test_driver/tests/gamma/affinity_test.py +++ b/tools/run_tests/xds_k8s_test_driver/tests/gamma/affinity_test.py @@ -11,8 +11,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import logging import datetime +import logging from typing import List, Optional from absl import flags