summaryrefslogtreecommitdiff
path: root/tests/centcount_test.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-02-03 14:18:37 -0800
committerScott Gasch <[email protected]>2022-02-03 14:18:37 -0800
commit713a609bd19d491de03debf8a4a6ddf2540b13dc (patch)
tree6593978162d3c11c3a54e44a770aded4abc79704 /tests/centcount_test.py
parenteb1c6392095947b3205c4d52cd9b1507e6cd776b (diff)
Change settings in flake8 and black.
Diffstat (limited to 'tests/centcount_test.py')
-rwxr-xr-xtests/centcount_test.py3
1 files changed, 1 insertions, 2 deletions
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")