Skip to content

Commit aab9443

Browse files
mplsgrantpinheadmz
authored andcommitted
fix ruff format
1 parent ef8e708 commit aab9443

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/warnet/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ def quickstart():
116116
# Custom network configuration
117117
questions = [
118118
inquirer.Text(
119-
"network_name", message=click.style("Enter your network name", fg="blue", bold=True),
120-
validate=lambda _, x: len(x) > 0
119+
"network_name",
120+
message=click.style("Enter your network name", fg="blue", bold=True),
121+
validate=lambda _, x: len(x) > 0,
121122
),
122123
inquirer.List(
123124
"nodes",

0 commit comments

Comments
 (0)