Skip to content

Commit 8987975

Browse files
committed
ui: remove LINE_UP variable
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
1 parent 8cf113a commit 8987975

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libkirk/ui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ class ParallelUserInterface(ConsoleUserInterface):
365365
"""
366366
Console based user interface for parallel execution of the tests.
367367
"""
368-
LINE_UP = '\033[1A'
369368

370369
def __init__(self, no_colors: bool = False) -> None:
371370
super().__init__(no_colors=no_colors)

0 commit comments

Comments
 (0)