Removed comments

This commit is contained in:
Dimitris Zlatanidis 2023-03-10 21:12:16 +02:00
parent 1607932944
commit a0037b4e86

View file

@ -13,7 +13,6 @@ from slpkg.progress_bar import ProgressBar
class Downloader(Configs, Utilities):
""" Wget downloader. """
def __init__(self, path: Union[str, Path], url: str, flags: list):
super(Configs, self).__init__()