From 71c7e1111cc7643f74cf20f0e1d620c32bb1e1a4 Mon Sep 17 00:00:00 2001 From: "Dr. Ernie Prabhakar" <19791+drernie@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:44:50 -0800 Subject: [PATCH] isort --- api/python/tests/integration/test_put_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/tests/integration/test_put_options.py b/api/python/tests/integration/test_put_options.py index fe152f7f6ab..a8b731b0ffe 100644 --- a/api/python/tests/integration/test_put_options.py +++ b/api/python/tests/integration/test_put_options.py @@ -1,6 +1,6 @@ import pathlib -import boto3 +import boto3 from botocore.exceptions import ClientError from pytest import raises