Remove unused imports and clean up UI code

This commit is contained in:
Gustavo Henrique Santos Souza de Miranda 2025-10-30 17:47:31 -03:00
parent e90ecc60cb
commit b2e80a8c07
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
import time
from abc import ABC, abstractmethod
from rich import console
from rich.live import Live
class UIInterface(ABC):
@ -148,7 +146,7 @@ class RichInterface(UIInterface):
self.console.show_cursor(True)
exit(69)
return
if self.mode == "configure":
self.configure_run_mode()