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/centcount_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/centcount_test.py') diff --git a/tests/centcount_test.py b/tests/centcount_test.py index 3122b98..c4b3b0c 100755 --- a/tests/centcount_test.py +++ b/tests/centcount_test.py @@ -2,12 +2,11 @@ import unittest -from type.centcount import CentCount import unittest_utils as uu +from type.centcount import CentCount class TestCentCount(unittest.TestCase): - def test_basic_utility(self): amount = CentCount(1.45) another = CentCount.parse("USD 1.45") -- cgit v1.3