Skip to content

Commit

Permalink
pep8 and pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Feb 27, 2014
1 parent 4ee90e0 commit e7c6cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions traits_enaml/tests/test_trait_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def _get_collection_property_value(self):
value = self.value
return [value, value * 10]


class TraitOperatorsTestCase(EnamlTestAssistant, unittest.TestCase):

def setUp(self):
Expand Down

0 comments on commit e7c6cc8

Please sign in to comment.