Skip to content

Commit a2e8c97

Browse files
authored
Formatting
1 parent 44c02c3 commit a2e8c97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def test_iso_to_date_time_invalid_format():
3232
with pytest.raises(ValueError):
3333
iso_to_date_time("2023-07-13T23:37:20Z")
3434

35+
3536
# Refactor to use the unified API to toggle experimental features
3637
def disable_sharding(client):
3738
client.add_or_update_networks(body={"sharding": False})

0 commit comments

Comments
 (0)