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/decorator_utils_test.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/decorator_utils_test.py') 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() -- cgit v1.3