Removed the two empty lines of dosctring in widget_float.py.

pull/37/head
silviav12 12 years ago
parent 6b7399c8e6
commit a803717c5d

@ -105,7 +105,6 @@ class FloatSlider(_BoundedFloat):
color of the slider
color : str Unicode color code (eg. '#C13535'), optional
color of the value displayed (if readout == True)
"""
_view_name = Unicode('FloatSliderView', sync=True)
orientation = CaselessStrEnum(values=['horizontal', 'vertical'],
@ -261,7 +260,6 @@ class FloatRangeSlider(_BoundedFloatRange):
color of the slider
color : str Unicode color code (eg. '#C13535'), optional
color of the value displayed (if readout == True)
"""
_view_name = Unicode('FloatSliderView', sync=True)
orientation = CaselessStrEnum(values=['horizontal', 'vertical'],

Loading…
Cancel
Save