Skip to content

Commit

Permalink
Merge pull request #379 from dhomeier/bqsls-raise-deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog authored Aug 2, 2023
2 parents 1823e1b + 5327bd8 commit f0270ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glue_jupyter/bqplot/scatter/layer_artist.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@

# Kept for backward compatibility with <= 0.17
class BqplotScatterLayerState(ScatterLayerState):
warnings.warn("`BqplotScatterLayerState` is deprecated and will be removed "
" in a future version. Use `ScatterLayerState` instead")
warnings.warn("`BqplotScatterLayerState` is deprecated and will be removed in a "
"future version. Use `ScatterLayerState` instead", DeprecationWarning)


class BqplotScatterLayerArtist(LayerArtist):
Expand Down

0 comments on commit f0270ab

Please sign in to comment.