Skip to content

Conversation

@evanpurkhiser
Copy link
Member

No description provided.

@evanpurkhiser evanpurkhiser requested a review from a team as a code owner August 13, 2020 05:50
@evanpurkhiser evanpurkhiser requested a review from a team August 13, 2020 05:50
"id": six.text_type(obj.id) if obj.id else None,
"conditions": [
dict(o.items() + [("name", _generate_rule_label(obj.project, obj, o))])
dict(list(o.items()) + [("name", _generate_rule_label(obj.project, obj, o))])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

itertools.chain() might be cheaper here.

Co-authored-by: Burak Yigit Kaya <byk@sentry.io>
@vercel vercel bot temporarily deployed to Preview August 13, 2020 20:43 Inactive
Co-authored-by: Burak Yigit Kaya <byk@sentry.io>
@evanpurkhiser evanpurkhiser merged commit b274679 into master Aug 14, 2020
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/fixpy3-various-more-iter--list-cohersions branch August 14, 2020 23:02
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants