Skip to content

Commit 17c754c

Browse files
type fix
1 parent a6d1db9 commit 17c754c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/workos/types/list_resource.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
from workos.types.events import Event
3434
from workos.types.feature_flags import FeatureFlag
3535
from workos.types.fga import (
36+
AuthorizationResource as FGAAuthorizationResource,
3637
AuthorizationResourceType,
3738
Warrant,
3839
WarrantQueryResult,
@@ -66,7 +67,7 @@
6667
AuthorizationResource,
6768
RoleAssignment,
6869
AuthorizationOrganizationMembership,
69-
AuthorizationResource,
70+
FGAAuthorizationResource,
7071
AuthorizationResourceType,
7172
User,
7273
UserManagementSession,

0 commit comments

Comments
 (0)