Skip to content

Commit a14f2ad

Browse files
committed
Format
1 parent 4789e1a commit a14f2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workos/user_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
UsersListFilters,
4545
)
4646
from workos.types.user_management.password_hash_type import PasswordHashType
47+
from workos.types.user_management.screen_hint import ScreenHintType
4748
from workos.types.user_management.session import SessionConfig
4849
from workos.types.user_management.user_management_provider_type import (
4950
UserManagementProviderType,
5051
)
51-
from workos.types.user_management.screen_hint import ScreenHintType
5252
from workos.typing.sync_or_async import SyncOrAsync
5353
from workos.utils.http_client import AsyncHTTPClient, SyncHTTPClient
5454
from workos.utils.pagination_order import PaginationOrder

0 commit comments

Comments
 (0)