Skip to content

Conversation

@copybara-service
Copy link

@copybara-service copybara-service bot commented Feb 7, 2026

fix: remove build warning due to extra comma: assertion on a tuple is always true

$ python
>>> assert (False)
AssertionError
>>> assert (False,)
>>> # nothing

… always true

```
$ python
>>> assert (False)
AssertionError
>>> assert (False,)
>>> # nothing
```

PiperOrigin-RevId: 866706410
@copybara-service copybara-service bot changed the title Fix build warning by removing an extra comma: assertion on a tuple is always true. fix: remove build warning due to extra comma: assertion on a tuple is always true Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant