Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature catalog #657

Closed
wants to merge 4 commits into from
Closed

Feature catalog #657

wants to merge 4 commits into from

Conversation

iakov-aws
Copy link
Collaborator

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

for k, dashboard in self.resources.get('dashboards').items()
},
)
while True:

Check notice

Code scanning / CodeGuru Reviewer Scanner

Complex code hard to maintain

Comprehensions for `list`, `dict`, and `set` with more than two control subexpressions can be difficult to understand so should be avoided. The following is an example of using a comprehension with four control statements: `[y.upper() for x in text if len(x) == 3 for y in x if y.startswith('f')]`. <br><br>[Learn more](https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions)<br><br>Similar issue at line numbers 392 and 403.
@iakov-aws iakov-aws closed this Nov 1, 2023
@iakov-aws iakov-aws deleted the feature-catalog branch November 1, 2023 22:49
@iakov-aws iakov-aws restored the feature-catalog branch November 1, 2023 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant