Skip to content

Commit 9e190f1

Browse files
committed
ran black to reformat files after running black --check .
1 parent 8b530cd commit 9e190f1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

workos/types/events/event.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
from workos.types.events.organization_domain_verification_failed_payload import (
3737
OrganizationDomainVerificationFailedPayload,
3838
)
39-
from workos.types.events.session_payload import(
39+
from workos.types.events.session_payload import (
4040
SessionCreatedPayload,
41-
SessionRevokedPayload
41+
SessionRevokedPayload,
4242
)
4343
from workos.types.organizations.organization_common import OrganizationCommon
4444
from workos.types.organization_domains import OrganizationDomain

workos/types/events/event_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
OrganizationDomainVerificationFailedPayload,
3737
)
3838

39-
from workos.types.events.session_payload import(
39+
from workos.types.events.session_payload import (
4040
SessionCreatedPayload,
41-
SessionRevokedPayload
41+
SessionRevokedPayload,
4242
)
4343
from workos.types.organizations.organization_common import OrganizationCommon
4444
from workos.types.organization_domains import OrganizationDomain

workos/types/events/session_payload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ class SessionRevokedPayload(WorkOSModel):
2424
user_agent: Optional[str] = None
2525
user_id: str
2626
created_at: str
27-
updated_at: str
27+
updated_at: str

workos/types/webhooks/webhook.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
from workos.types.events.organization_domain_verification_failed_payload import (
3737
OrganizationDomainVerificationFailedPayload,
3838
)
39-
from workos.types.events.session_payload import(
39+
from workos.types.events.session_payload import (
4040
SessionCreatedPayload,
41-
SessionRevokedPayload
41+
SessionRevokedPayload,
4242
)
4343
from workos.types.organization_domains import OrganizationDomain
4444
from workos.types.organizations.organization_common import OrganizationCommon

0 commit comments

Comments
 (0)