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
36ad7b4003
commit
ddefcca7ec
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ class TestBinQueries(unittest.TestCase):
|
|||
"""Test for binaries repository."""
|
||||
|
||||
def setUp(self) -> None:
|
||||
"""Set the test."""
|
||||
load = LoadData()
|
||||
self.repo_data = load.load('slack')
|
||||
|
||||
|
|
Loading…
Reference in a new issue