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

Missing commas causing concatenation #16767

Closed
code-review-doctor opened this issue Apr 13, 2022 · 0 comments · Fixed by #16768
Closed

Missing commas causing concatenation #16767

code-review-doctor opened this issue Apr 13, 2022 · 0 comments · Fixed by #16768

Comments

@code-review-doctor
Copy link
Contributor

Missing comma on results in strings being implicitly concatenated together. Probably not what was intended

This is the affected line:

https://github.com/huggingface/transformers/blob/main/tests/bert_japanese/test_tokenization_bert_japanese.py#L176
https://github.com/huggingface/transformers/blob/main/tests/bert_japanese/test_tokenization_bert_japanese.py#L249

I found this issue automatically, see other issues here

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 a pull request may close this issue.

1 participant