Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed May 13, 2021
1 parent 51db2a5 commit 539d21e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jdaviz/configs/imviz/plugins/viewers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class ImvizImageView(BqplotImageView):
# ones are added in glue-jupyter in future that we don't want here.
inherit_tools = False

tools = ['bqplot:home', 'bqplot:panzoom', 'bqplot:panzoomwcs', 'bqplot:rectangle', 'bqplot:circle']
tools = ['bqplot:home', 'bqplot:panzoom', 'bqplot:panzoomwcs',
'bqplot:rectangle', 'bqplot:circle']

default_class = None

Expand Down

0 comments on commit 539d21e

Please sign in to comment.