mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated __init__
This commit is contained in:
parent
a6ac8dfe80
commit
a742c714ce
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Requires:
|
||||||
the right order to install. """
|
the right order to install. """
|
||||||
|
|
||||||
def __init__(self, name):
|
def __init__(self, name):
|
||||||
self.name: str = name
|
self.name = name
|
||||||
|
|
||||||
def resolve(self) -> list:
|
def resolve(self) -> list:
|
||||||
requires = SBoQueries(self.name).requires()
|
requires = SBoQueries(self.name).requires()
|
||||||
|
|
Loading…
Reference in a new issue