mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Remove unused
This commit is contained in:
parent
f40ca3c082
commit
df24cdcc2f
1 changed files with 0 additions and 3 deletions
|
@ -124,6 +124,3 @@ class AsciiBox(Configs):
|
|||
f"{' ' * (self.columns - (len(file_check)) - 10)}{self.vertical_line}")
|
||||
print(f"{self.bred}{self.lower_left_corner}{self.horizontal_line * (self.columns - 2)}"
|
||||
f"{self.lower_right_corner}{self.endc}")
|
||||
|
||||
# def draw_log_package(self, package: str) -> None:
|
||||
# print(f"{'':>2}{self.lower_left_corner}{self.horizontal_line}{self.cyan} {package}{self.endc}\n")
|
||||
|
|
Loading…
Reference in a new issue