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