Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-05-08 12:24:35 +03:00
parent 6494746317
commit 39c9d57e76

View file

@ -100,7 +100,6 @@ class Packages(Configs):
package_urls: list = []
for pkg in self.install_order:
if self.continue_to_install(pkg):
package: str = self.data[pkg][1]
mirror: str = self.data[pkg][2]
@ -168,7 +167,6 @@ class Packages(Configs):
def multi_process(self, command: str, filename: str, message: str) -> None:
""" Starting multiprocessing install/upgrade process. """
if self.silent_mode and not self.option_for_no_silent:
done: str = f' {self.byellow} Done{self.endc}'
self.stderr = subprocess.DEVNULL
self.stdout = subprocess.DEVNULL