From 5492d544901d3fab87303f635ffde9bd29910533 Mon Sep 17 00:00:00 2001 From: Ivan Bazulic Date: Wed, 6 Mar 2024 15:55:56 -0500 Subject: [PATCH] Fix isort sorting --- storage/cloud.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/storage/cloud.py b/storage/cloud.py index 345c58173f..e757a76a5d 100644 --- a/storage/cloud.py +++ b/storage/cloud.py @@ -11,8 +11,10 @@ import boto3.session import botocore.config import botocore.exceptions -from botocore.credentials import create_assume_role_refresher -from botocore.credentials import DeferredRefreshableCredentials +from botocore.credentials import ( + DeferredRefreshableCredentials, + create_assume_role_refresher, +) from botocore.client import Config from botocore.signers import CloudFrontSigner from cachetools.func import lru_cache