Skip to content

Commit caa14ed

Browse files
committed
Reformat
1 parent 9843ed1 commit caa14ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pymemcache/test/test_ext_aws_ec_client.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ def test_init_valid_node_endpoint(connection_sting, monkeypatch):
3636
],
3737
)
3838
def test_init_invalid_node_endpoint(connection_sting, monkeypatch):
39-
with patch.object(
40-
AWSElastiCacheHashClient, "reconfigure_nodes", new=MagicMock()
41-
):
39+
with patch.object(AWSElastiCacheHashClient, "reconfigure_nodes", new=MagicMock()):
4240
with pytest.raises(ValueError):
4341
AWSElastiCacheHashClient(connection_sting, socket_module=MockSocketModule())
4442

0 commit comments

Comments
 (0)