mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 02:53:16 +00:00
fix(langchain-classic): format (#35854)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user