Skip to content

Commit 8f16ac2

Browse files
aschleanclaude
andcommitted
fix[format]: format platform test file
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5c040b2 commit 8f16ac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/core/test_platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def test_function() -> Output:
6868
mock_context.post.assert_called_once()
6969
call_args = mock_context.post.call_args
7070
from golf import _endpoints
71+
7172
assert call_args.args[0] == _endpoints.PLATFORM_API_URL
7273

7374
# Verify request headers

0 commit comments

Comments
 (0)