Fixed for type

This commit is contained in:
Dimitris Zlatanidis 2023-03-02 23:03:25 +02:00
parent b2fdf0d32e
commit c862886171

View file

@ -84,7 +84,7 @@ class RemovePackages(Configs):
LogsDependencies.name == pkg).delete()
self.session.commit()
def multi_process(self, command: str, package: str) -> None:
def multi_process(self, command: str, package: str):
""" Starting multiprocessing remove process. """
if self.silent_mode and not self.utils.is_option(self.flag_no_silent, self.flags):