Skip to content

Commit bc4bfb6

Browse files
committed
fix: ruff formatting for update.py console.print line
1 parent 03714b7 commit bc4bfb6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

infrahub_sdk/ctl/commands/update.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ async def update_command(
6565
branch=branch,
6666
)
6767
elif file:
68-
console.print("[dim]Note: KIND and IDENTIFIER are ignored in --file mode; "
69-
"the file defines target objects.[/dim]")
68+
console.print(
69+
"[dim]Note: KIND and IDENTIFIER are ignored in --file mode; the file defines target objects.[/dim]"
70+
)
7071
await _update_with_file(
7172
client=client,
7273
file=file,

0 commit comments

Comments
 (0)