Skip to content

Commit 8590aac

Browse files
authored
Apply suggestion from @Strift
1 parent bea059e commit 8590aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ 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-
35+
# TODO: refactor to use the unified API to toggle experimental features
3636
def disable_sharding(client):
3737
client.add_or_update_networks(body={"sharding": False})

0 commit comments

Comments
 (0)