diff options
| author | Scott Gasch <[email protected]> | 2022-02-03 14:18:37 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-03 14:18:37 -0800 |
| commit | 713a609bd19d491de03debf8a4a6ddf2540b13dc (patch) | |
| tree | 6593978162d3c11c3a54e44a770aded4abc79704 /tests/decorator_utils_test.py | |
| parent | eb1c6392095947b3205c4d52cd9b1507e6cd776b (diff) | |
Change settings in flake8 and black.
Diffstat (limited to 'tests/decorator_utils_test.py')
| -rwxr-xr-x | tests/decorator_utils_test.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/decorator_utils_test.py b/tests/decorator_utils_test.py index 195dd63..2cc2b5f 100755 --- a/tests/decorator_utils_test.py +++ b/tests/decorator_utils_test.py @@ -3,16 +3,13 @@ import unittest import decorator_utils as du - import unittest_utils as uu class TestDecorators(unittest.TestCase): - def test_singleton(self): - @du.singleton - class FooBar(): + class FooBar: pass x = FooBar() |
