Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Sep 6, 2023
1 parent 3279884 commit 6ae3e84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/core/operation/test_export_analysis_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ def test(self):
account = "012345678910"

boto_config = Config(
region_name='us-east-1',
region_name="us-east-1",
)

qs_client = botocore.session.get_session().create_client("quicksight", config=boto_config)
qs_client = botocore.session.get_session().create_client(
"quicksight", config=boto_config
)
with Stubber(qs_client) as stub:
analysis_description_params = {
"AwsAccountId": account,
Expand Down

0 comments on commit 6ae3e84

Please sign in to comment.