From 52aa3deac0ab476ad48613d6da9e107cae5f50f2 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 22 May 2024 19:20:44 +0300 Subject: [PATCH] Fixed D102 --- tests/test_colors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_colors.py b/tests/test_colors.py index d5105509..142d0a3c 100644 --- a/tests/test_colors.py +++ b/tests/test_colors.py @@ -6,6 +6,7 @@ class TestColors(unittest.TestCase, Configs): """Test for colors.""" def setUp(self) -> None: + """Set the test.""" super(Configs, self).__init__() def test_colors(self) -> None: