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
ddefcca7ec
commit
055a9996fb
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ class TestPkgInstalled(unittest.TestCase):
|
||||||
"""Test for installed."""
|
"""Test for installed."""
|
||||||
|
|
||||||
def setUp(self) -> None:
|
def setUp(self) -> None:
|
||||||
|
"""Set the test."""
|
||||||
load = LoadData()
|
load = LoadData()
|
||||||
self.data = load.load('sbo')
|
self.data = load.load('sbo')
|
||||||
self.check = Check('sbo')
|
self.check = Check('sbo')
|
||||||
|
|
Loading…
Reference in a new issue