More cleanup.
[python_utils.git] / tests / money_test.py
index 57f4637d1c698384b3fcddcdd38f0863cee30641..f9815322817aea4e2657abf437a019d6b22995a1 100755 (executable)
@@ -2,12 +2,11 @@
 
 import unittest
 
-from type.money import Money
 import unittest_utils as uu
+from type.money import Money
 
 
 class TestMoney(unittest.TestCase):
-
     def test_basic_utility(self):
         amount = Money(1.45)
         another = Money.parse("USD 1.45")