Skip to content

Commit

Permalink
Fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jun 21, 2024
1 parent a933b5c commit b20301a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traits/observation/tests/test_dict_change_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import unittest

from traits.observation.api import DictChangeEvent
from traits.observation._dict_change_event import dict_event_factory,
from traits.observation._dict_change_event import dict_event_factory
from traits.trait_dict_object import TraitDict


Expand Down

0 comments on commit b20301a

Please sign in to comment.