mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-08 03:10:51 -08:00
style: format files
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user