Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 27, 2024
1 parent fcea305 commit 5d151b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/tests/test_data_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_add_put_options_safely(self):
options_empty = {}
data_transfer.add_put_options_safely(options_empty, OPTIONS_TEMPLATE)
assert options_empty == OPTIONS_TEMPLATE

# Test that the function works when passed None
options_unchanged = OPTIONS_TEMPLATE.copy()
data_transfer.add_put_options_safely(options_unchanged, None)
Expand Down

0 comments on commit 5d151b1

Please sign in to comment.