Skip to content

Commit

Permalink
Fix style issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Berkes committed Feb 25, 2014
1 parent ef7ec8f commit 73fdb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion traits/adaptation/tests/test_global_adaptation_manager.py
Expand Up @@ -33,7 +33,7 @@ def test_reset_adaptation_manager(self):
adaptation_manager.register_factory(
factory = ex.UKStandardToEUStandard,
from_protocol = ex.UKStandard,
to_protocol = ex.EUStandard
to_protocol = ex.EUStandard,
)

# Create a UKPlug.
Expand Down
2 changes: 1 addition & 1 deletion traits/tests/test_interfaces_with_implements.py
Expand Up @@ -23,7 +23,7 @@
import sys

from traits.testing.unittest_tools import unittest
from traits.adaptation.api import get_global_adaptation_manager,\
from traits.adaptation.api import get_global_adaptation_manager, \
set_global_adaptation_manager
from traits.api import HasTraits, Adapter, adapts, AdaptsTo, \
implements, Instance, Int, Interface, List, Supports, TraitError
Expand Down

0 comments on commit 73fdb51

Please sign in to comment.