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: