mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated for code style
This commit is contained in:
parent
b440eff5f4
commit
183b8defd7
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -6,6 +6,7 @@ from dataclasses import dataclass
|
|||
|
||||
@dataclass
|
||||
class Ascii:
|
||||
""" ascii characters. """
|
||||
vertical_line = '│'
|
||||
horizontal_line = '─'
|
||||
horizontal_vertical = '┼'
|
||||
|
|
Loading…
Reference in a new issue