We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c02c3 commit a2e8c97Copy full SHA for a2e8c97
tests/test_utils.py
@@ -32,6 +32,7 @@ def test_iso_to_date_time_invalid_format():
32
with pytest.raises(ValueError):
33
iso_to_date_time("2023-07-13T23:37:20Z")
34
35
+
36
# Refactor to use the unified API to toggle experimental features
37
def disable_sharding(client):
38
client.add_or_update_networks(body={"sharding": False})
0 commit comments