mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fixed D102
This commit is contained in:
parent
055a9996fb
commit
52aa3deac0
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue