Skip to content

Commit e8a5511

Browse files
Kasper Jungeclaude
authored andcommitted
style: fix formatting in console.py and test_console.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c96216e commit e8a5511

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

agr/console.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ def error_exit(message: str, *, hint: str | None = None) -> NoReturn:
3838
if hint:
3939
get_console().print(f"[dim]{hint}[/dim]")
4040
raise SystemExit(1)
41-
42-

tests/unit/test_console.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,3 @@ def test_no_hint_when_omitted(self, capsys):
9999
error_exit("bad input")
100100
output = capsys.readouterr().out
101101
assert "bad input" in output
102-
103-

0 commit comments

Comments
 (0)