Fixed D102

This commit is contained in:
Dimitris Zlatanidis 2024-05-22 19:20:44 +03:00
parent 055a9996fb
commit 52aa3deac0

View file

@ -6,6 +6,7 @@ class TestColors(unittest.TestCase, Configs):
"""Test for colors.""" """Test for colors."""
def setUp(self) -> None: def setUp(self) -> None:
"""Set the test."""
super(Configs, self).__init__() super(Configs, self).__init__()
def test_colors(self) -> None: def test_colors(self) -> None: