Skip to content

Commit

Permalink
Add default signed value to Salience types.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 462666656
  • Loading branch information
cjqian authored and LIT team committed Jul 22, 2022
1 parent 0d8341d commit abb8889
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...
"""
pass
signed = False # If the returned values are signed.


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

0 comments on commit abb8889

Please sign in to comment.