Skip to content

Commit

Permalink
Bring bqplot closer to passing API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Aug 27, 2021
1 parent 2e71707 commit 07c047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astrowidgets/bqplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def _validate_cuts(self, proposal):
proposed_cuts = proposal['value']

bad_value_error = (f"{proposed_cuts} is not a valid value. "
"cuts must be either None, "
"cuts must be one of None, "
"an astropy interval, or list/tuple "
"of length 2.")

Expand Down

0 comments on commit 07c047d

Please sign in to comment.