Updated for code style

This commit is contained in:
Dimitris Zlatanidis 2023-01-04 15:11:05 +02:00
parent b440eff5f4
commit 183b8defd7
2 changed files with 1 additions and 1 deletions

View file

@ -74,7 +74,6 @@ class RemovePackages:
def multi_process(self, command, package):
""" Starting multiprocessing remove process. """
if self.configs.view_mode == 'new':
message = f'{self.red}Remove{self.endc}'
self.stderr = subprocess.DEVNULL

View file

@ -6,6 +6,7 @@ from dataclasses import dataclass
@dataclass
class Ascii:
""" ascii characters. """
vertical_line = ''
horizontal_line = ''
horizontal_vertical = ''