mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fixed for type
This commit is contained in:
parent
b2fdf0d32e
commit
c862886171
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in a new issue