Skip to content

Commit 1cc1ed9

Browse files
mattgdclaude
andcommitted
Format test_events.py with ruff
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dc2e04a commit 1cc1ed9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_events.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ def test_list_events_organization_membership_missing_custom_attributes(
7979
)
8080

8181
events: EventsListResource = syncify(
82-
module_instance.list_events(
83-
events=["organization_membership.created"]
84-
)
82+
module_instance.list_events(events=["organization_membership.created"])
8583
)
8684

8785
event = events.data[0]

0 commit comments

Comments
 (0)