Skip to content

Commit

Permalink
Add boolean typing to ImageSalience's signed property.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 463414099
  • Loading branch information
cjqian authored and LIT team committed Jul 26, 2022
1 parent 0b83f4a commit 4c93b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lit_nlp/api/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ class ImageSalience(_Salience):
The data is returned as an image in the base64 URL encoded format, e.g.,
data:image/jpg;base64,w4J3k1Bfa...
"""
signed = False # If the returned values are signed.
signed: bool = False # If the returned values are signed.


@attr.s(auto_attribs=True, frozen=True, kw_only=True)
Expand Down

0 comments on commit 4c93b62

Please sign in to comment.