From 02ede6b2db41979af85478e985462e7bb4dc51b8 Mon Sep 17 00:00:00 2001 From: Per A Brodtkorb Date: Tue, 23 Nov 2021 08:19:00 +0100 Subject: [PATCH] Style nitpicks --- traitsui/examples/demo/Standard_Editors/RangeEditor_demo.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/traitsui/examples/demo/Standard_Editors/RangeEditor_demo.py b/traitsui/examples/demo/Standard_Editors/RangeEditor_demo.py index 990c368496..01a9b78d3a 100644 --- a/traitsui/examples/demo/Standard_Editors/RangeEditor_demo.py +++ b/traitsui/examples/demo/Standard_Editors/RangeEditor_demo.py @@ -62,8 +62,6 @@ def create_editor(self): ) - - class RangeEditorDemo(HasTraits): """Defines the RangeEditor demo class.""" @@ -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(