python3Packages.httpx2: nixfmt

This commit is contained in:
K900
2026-08-25 08:52:51 +03:00
parent 31300bd117
commit 41f9444507

View File

@@ -115,7 +115,8 @@ buildPythonPackage (finalAttrs: {
"test_client_decode_text_using_autodetect"
"test_client_decode_text_using_explicit_encoding"
"test_response_decode_text_using_autodetect"
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# TODO?
"test_keepalive_ping"
];