mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Fixed indent of line 450
... caused Travis to get mad
This commit is contained in:
parent
a2235efbea
commit
46e88dc205
@ -447,4 +447,4 @@ class Widget(BaseWidget):
|
|||||||
def view(self, view_name=None):
|
def view(self, view_name=None):
|
||||||
"""Return a widget that can be displayed to display this widget using
|
"""Return a widget that can be displayed to display this widget using
|
||||||
a non-default view"""
|
a non-default view"""
|
||||||
return ViewWidget(self, view_name)
|
return ViewWidget(self, view_name)
|
||||||
|
Loading…
Reference in New Issue
Block a user