Skip to content

put starred assignment target in a tuple#3

Open
deepsource-at-deepsourcesecurity[bot] wants to merge 1 commit into
masterfrom
deepsource-autofix-4cd91ad1
Open

put starred assignment target in a tuple#3
deepsource-at-deepsourcesecurity[bot] wants to merge 1 commit into
masterfrom
deepsource-autofix-4cd91ad1

Conversation

@deepsource-at-deepsourcesecurity
Copy link
Copy Markdown

A star expression is being used as a starred assignment target.
In order to do that, the starred assignment target must be in a list or tuple,
otherwise Python will throw a SyntaxError.

A star expression is being used as a starred assignment target.
In order to do that, the starred assignment target must be in a list or tuple,
otherwise Python will throw a `SyntaxError`.
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.

0 participants