Skip to content

Commit

Permalink
Add comment related to #1047
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchoi committed May 12, 2020
1 parent 3303684 commit 739eaa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions traits/observers/_trait_added_observer.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ def observer_change_handler(event, graph, handler, target, dispatcher):
dispatcher=dispatcher,
remove=False,
)
# Added notifiers cannot be removed because the reverse action
# of ``add_trait`` does not fire a change event
# see enthought/traits#1047

def iter_extra_graphs(self, graph):
""" Yield new ObserverGraph to be contributed by this observer.
Expand Down

0 comments on commit 739eaa0

Please sign in to comment.