Skip to content

Commit f9c6f34

Browse files
committed
Review feedback: linting and remove manual version documentation
1 parent 3982251 commit f9c6f34

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/warnet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ parameters in <angle brackets>.
1111

1212
`warnet` commands are organized in a hierarchy of categories and subcommands.
1313

14-
Check the version of warnet using `warnet version`.
15-
1614
## API Commands
1715

1816
### `warnet auth`

src/warnet/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import click
21
import importlib.metadata
32

3+
import click
4+
45
from .admin import admin
56
from .bitcoin import bitcoin
67
from .control import down, logs, run, snapshot, stop

src/warnet/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def new_internal(directory: Path, from_init=False):
433433
custom_network_path = inquirer_create_network(directory)
434434
else:
435435
click.echo(f"No custom network specified, see example network files in {project_path}/networks/")
436-
click.echo(f"\nDeploy any of these networks by running:")
436+
click.echo("Deploy any of these networks by running:")
437437
click.echo(f" warnet deploy {project_path}/networks/<example-network-name>")
438438

439439
if custom_network_path:

0 commit comments

Comments
 (0)