style: format files

This commit is contained in:
benex
2024-12-02 22:26:03 +03:00
parent 434ac947dd
commit 383cb62ede
15 changed files with 55 additions and 60 deletions

View File

@@ -253,9 +253,10 @@ def run_cli(
if not is_latest:
from rich.console import Console
from rich.markdown import Markdown
from .app_updater import update_app
from rich.prompt import Confirm
from .app_updater import update_app
def _print_release(release_data):
console = Console()
body = Markdown(release_data["body"])