From 713a609bd19d491de03debf8a4a6ddf2540b13dc Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 3 Feb 2022 14:18:37 -0800 Subject: Change settings in flake8 and black. --- tests/money_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/money_test.py') diff --git a/tests/money_test.py b/tests/money_test.py index 57f4637..f981532 100755 --- a/tests/money_test.py +++ b/tests/money_test.py @@ -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") -- cgit v1.3