mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +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. """
|
||||
|
||||
def __init__(self, name):
|
||||
self.name: str = name
|
||||
self.name = name
|
||||
|
||||
def resolve(self) -> list:
|
||||
requires = SBoQueries(self.name).requires()
|
||||
|
|
Loading…
Reference in a new issue