Skip to content

Commit

Permalink
Style nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrod committed Nov 23, 2021
1 parent c6e0cd3 commit 02ede6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions traitsui/examples/demo/Standard_Editors/RangeEditor_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ def create_editor(self):
)




class RangeEditorDemo(HasTraits):
"""Defines the RangeEditor demo class."""

Expand All @@ -73,7 +71,6 @@ class RangeEditorDemo(HasTraits):
large_int_range = Range(1, 150, show_error_dialog=False)
float_range = Range(0.0, 150.0, show_error_dialog=False)


# RangeEditor display for narrow integer Range traits (< 17 wide):
int_range_group1 = Group(
Item(
Expand Down

0 comments on commit 02ede6b

Please sign in to comment.