fix(langchain-classic): format (#35854)

This commit is contained in:
ccurme
2026-03-13 20:19:02 -04:00
committed by GitHub
parent d6dbcf6294
commit b1f2d9c0fb

View File

@@ -8,4 +8,4 @@ def test_socket_disabled() -> None:
with pytest.raises(pytest_socket.SocketBlockedError):
# Ignore S113 since we don't need a timeout here as the request
# should fail immediately
requests.get("https://www.example.com", timeout=10.0) # noqa: S113
requests.get("https://www.example.com", timeout=10.0)