mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Removed typing
This commit is contained in:
parent
395f6a4653
commit
75c16878f9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Download:
|
|||
""" Download the slackbuilds with the sources only. """
|
||||
|
||||
def __init__(self, flags: list):
|
||||
self.flags: list = flags
|
||||
self.flags = flags
|
||||
self.configs = Configs
|
||||
self.session = Session
|
||||
self.utils = Utilities()
|
||||
|
|
Loading…
Reference in a new issue