Skip to content

Commit 3ddbba9

Browse files
gjtorikianclaude
andcommitted
Run ruff format on test_connect.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5acb766 commit 3ddbba9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_connect.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ def test_create_oauth_application(
139139
name="Test Application",
140140
application_type="oauth",
141141
is_first_party=True,
142-
redirect_uris=[{"uri": "https://example.com/callback", "default": True}],
142+
redirect_uris=[
143+
{"uri": "https://example.com/callback", "default": True}
144+
],
143145
uses_pkce=True,
144146
)
145147
)

0 commit comments

Comments
 (0)