Removed typing

This commit is contained in:
Dimitris Zlatanidis 2023-01-15 21:36:57 +02:00
parent 395f6a4653
commit 75c16878f9

View file

@ -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()