Skip to content

Commit 25e6e5a

Browse files
committed
Forgot import
1 parent 0410381 commit 25e6e5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workos/session.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
RefreshWithSessionCookieErrorResponse,
1313
RefreshWithSessionCookieSuccessResponse,
1414
)
15+
from workos.user_management import UserManagementModule
1516

1617

1718
class Session:
1819
def __init__(
1920
self,
2021
*,
21-
user_management: "UserManagementModule", # type: ignore
22+
user_management: "UserManagementModule",
2223
client_id: str,
2324
session_data: str,
2425
cookie_password: str,

0 commit comments

Comments
 (0)