Skip to content

Commit 8d94e4d

Browse files
committed
fix: ruff check
1 parent d9d2c60 commit 8d94e4d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/cli/test_client_signing.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,7 @@ def fake_request(method, url, data=None, headers=None, timeout=None):
347347

348348

349349
@pytest.mark.asyncio
350-
async def test_env_private_key_only_registers_generated_handle_when_did_unknown(
351-
monkeypatch, tmp_path: Path
352-
) -> None:
350+
async def test_env_private_key_only_registers_generated_handle_when_did_unknown(monkeypatch, tmp_path: Path) -> None:
353351
monkeypatch.setenv("AUTHSOME_HOME", str(tmp_path))
354352
source = RuntimeIdentity.create(tmp_path, "steady-wisely-boldly-0042")
355353
private_key_hex = RuntimeIdentity.key_path(tmp_path, source.handle).read_text(encoding="utf-8").strip()

0 commit comments

Comments
 (0)