Skip to content

Commit f3ef93d

Browse files
committed
Remove unused types
1 parent ecfd57f commit f3ef93d

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

src/workos/types/events/event.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
from workos.types.events.organization_domain_verification_failed_payload import (
5050
OrganizationDomainVerificationFailedPayload,
5151
)
52-
from workos.types.events.organization_role_payload import OrganizationRolePayload
53-
from workos.types.events.permission_payload import PermissionPayload
5452
from workos.types.events.session_payload import (
5553
SessionCreatedPayload,
5654
SessionRevokedPayload,

src/workos/types/events/event_model.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
from workos.types.events.organization_domain_verification_failed_payload import (
4747
OrganizationDomainVerificationFailedPayload,
4848
)
49-
from workos.types.events.organization_role_payload import OrganizationRolePayload
50-
from workos.types.events.permission_payload import PermissionPayload
51-
5249
from workos.types.events.session_payload import (
5350
SessionCreatedPayload,
5451
SessionRevokedPayload,

src/workos/types/events/organization_role_payload.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/workos/types/events/permission_payload.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)