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

Fix appending operation for list #13

Merged
merged 2 commits into from
Nov 15, 2021
Merged

Fix appending operation for list #13

merged 2 commits into from
Nov 15, 2021

Conversation

berendkleinhaneveld
Copy link
Collaborator

For 'add' operations, the key will be '-', which will result in a ValueError when calling int(key).

@Korijn
Copy link
Collaborator

Korijn commented Nov 15, 2021

Changes LGTM!

Run poetry lock to pull in a newer version of Black which should fix our CI issue here: python/typed_ast#169

@Korijn Korijn merged commit 7692bb7 into master Nov 15, 2021
@Korijn Korijn deleted the fix-list-append branch November 15, 2021 10:01
berendkleinhaneveld added a commit that referenced this pull request Nov 15, 2021
Included change:

* Fix appending operation for list (#13)
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.

2 participants