mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fixed spaces
This commit is contained in:
parent
985d3898b1
commit
137b6c6d46
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Downloader(Configs):
|
|||
self.option_for_parallel: bool = self.utils.is_option(
|
||||
('-P', '--parallel'), flags)
|
||||
|
||||
def download(self, sources: dict) -> None:
|
||||
def download(self, sources: dict) -> None:
|
||||
""" Starting the processing for downloading. """
|
||||
processes: list = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue