mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-25 09:58:41 +01:00
Fixed D102
This commit is contained in:
parent
de987e1468
commit
b85defa678
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ class TestUpgrade(unittest.TestCase):
|
||||||
"""Test for upgrade."""
|
"""Test for upgrade."""
|
||||||
|
|
||||||
def setUp(self) -> None:
|
def setUp(self) -> None:
|
||||||
|
"""Set the test."""
|
||||||
self.load = LoadData()
|
self.load = LoadData()
|
||||||
self.utils = Utilities()
|
self.utils = Utilities()
|
||||||
self.data: dict = self.load.load('sbo')
|
self.data: dict = self.load.load('sbo')
|
||||||
|
|
Loading…
Reference in a new issue