Skip to content

Commit

Permalink
Fix isort sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
ibazulic committed Mar 6, 2024
1 parent cad0822 commit 5492d54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions storage/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5492d54

Please sign in to comment.