File tree Expand file tree Collapse file tree
src/basic_memory/cli/commands/cloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -616,9 +616,7 @@ async def notify_container_sync(tenant_id: str) -> None:
616616 # Non-critical, log and continue
617617 console .print (f"[yellow] ⚠ Sync failed for { project_name } : { e } [/yellow]" )
618618
619- console .print (
620- "[dim]Note: Cloud indexing has started and may take a few moments[/dim]"
621- )
619+ console .print ("[dim]Note: Cloud indexing has started and may take a few moments[/dim]" )
622620
623621 except Exception as e :
624622 # Non-critical, don't fail the bisync
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ def logout():
7272 console .print ("[dim]All CLI commands now work locally[/dim]" )
7373
7474
75-
76-
7775@cloud_app .command ("status" )
7876def status (
7977 bisync : bool = typer .Option (
@@ -206,8 +204,6 @@ def unmount() -> None:
206204# Bisync commands
207205
208206
209-
210-
211207@cloud_app .command ("bisync" )
212208def bisync (
213209 profile : str = typer .Option (
@@ -246,7 +242,9 @@ def bisync_status() -> None:
246242
247243 DEPRECATED: Use 'bm cloud status' instead (bisync is now the default).
248244 """
249- console .print ("[yellow]Note: 'bisync-status' is deprecated. Use 'bm cloud status' instead.[/yellow]" )
245+ console .print (
246+ "[yellow]Note: 'bisync-status' is deprecated. Use 'bm cloud status' instead.[/yellow]"
247+ )
250248 console .print ("[dim]Showing bisync status...[/dim]\n " )
251249 show_bisync_status ()
252250
You can’t perform that action at this time.
0 commit comments