mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed D102
This commit is contained in:
parent
b85defa678
commit
89c77de69a
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ class TestUtilities(unittest.TestCase):
|
|||
"""Test for utilities."""
|
||||
|
||||
def setUp(self) -> None:
|
||||
"""Set the test."""
|
||||
self.utils = Utilities()
|
||||
self.repository: str = 'slack'
|
||||
load = LoadData()
|
||||
|
|
Loading…
Reference in a new issue