Skip to content

Commit 96eded5

Browse files
gjtorikianclaude
andcommitted
Remove unused ClientSecretListFilters class
The list_client_secrets endpoint no longer uses pagination, so this filter class is dead code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a9b256c commit 96eded5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/workos/types/connect/list_filters.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@
55

66
class ConnectApplicationListFilters(ListArgs, total=False):
77
organization_id: Optional[str]
8-
9-
10-
class ClientSecretListFilters(ListArgs, total=False):
11-
pass

0 commit comments

Comments
 (0)