Skip to content

Commit

Permalink
Fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
VoicuAWS committed Oct 17, 2023
1 parent a64f3dc commit 00fc0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cid/helpers/quicksight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def _safe_int(value, default=None):


# Fetch datasets
for dataset in dashboard.version.get('DataSetArns',[]):
for dataset in dashboard.version.get('DataSetArns', []):
dataset_id = dataset.split('/')[-1]
try:
_dataset = self.describe_dataset(id=dataset_id)
Expand Down

0 comments on commit 00fc0a8

Please sign in to comment.