Fixed D102

This commit is contained in:
Dimitris Zlatanidis 2024-05-22 19:23:19 +03:00
parent de987e1468
commit b85defa678

View file

@ -9,6 +9,7 @@ class TestUpgrade(unittest.TestCase):
"""Test for upgrade."""
def setUp(self) -> None:
"""Set the test."""
self.load = LoadData()
self.utils = Utilities()
self.data: dict = self.load.load('sbo')