Skip to content

Commit

Permalink
remove needless init data
Browse files Browse the repository at this point in the history
  • Loading branch information
jminardi committed Jul 8, 2014
1 parent 55f8eb2 commit 79123e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/enable_canvas/enable_canvas_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

class Model(HasStrictTraits):

plot = Instance(Plot, ())
plot = Instance(Plot)

def _plot_default(self):
# Create a scalar field to colormap
Expand Down

0 comments on commit 79123e1

Please sign in to comment.