mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +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}")
|
f"{' ' * (self.columns - (len(file_check)) - 10)}{self.vertical_line}")
|
||||||
print(f"{self.bred}{self.lower_left_corner}{self.horizontal_line * (self.columns - 2)}"
|
print(f"{self.bred}{self.lower_left_corner}{self.horizontal_line * (self.columns - 2)}"
|
||||||
f"{self.lower_right_corner}{self.endc}")
|
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…
Add table
Reference in a new issue