Skip to content

Commit 10e3dea

Browse files
committed
small changes
1 parent 91f58e4 commit 10e3dea

2 files changed

Lines changed: 2 additions & 250 deletions

File tree

vero/docs/insights-generator-subagent.md

Lines changed: 0 additions & 249 deletions
This file was deleted.

vero/src/vero/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,8 @@ def session_clear(session_dir: Path, yes: bool) -> None:
10161016
click.echo(f"Deleted {session_dir}")
10171017

10181018

1019-
from vero.harbor.cli import harbor as harbor_command # noqa: E402 (registered after `main` is defined)
1019+
# harbor subcommand registered here, after `main` is defined
1020+
from vero.harbor.cli import harbor as harbor_command # noqa: E402, I001
10201021

10211022
main.add_command(harbor_command)
10221023

0 commit comments

Comments
 (0)