Skip to content

Commit 92bf0cf

Browse files
GG-HHclaude
andcommitted
style: apply black formatting
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c9cebb0 commit 92bf0cf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/unit/cmd/test_status.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ def test_api_status_shows_account_id(cli_fs_runner):
211211
assert "Account ID: 1" in result.output
212212

213213
lines = result.output.splitlines()
214-
api_url_index = next(i for i, line in enumerate(lines) if line.startswith("API URL:"))
214+
api_url_index = next(
215+
i for i, line in enumerate(lines) if line.startswith("API URL:")
216+
)
215217
assert lines[api_url_index + 1].startswith("Account ID:")
216218

217219

0 commit comments

Comments
 (0)