Skip to content

Commit 131e771

Browse files
committed
Fix typing
1 parent 3b6d3af commit 131e771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

descope/management/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ def logout_user_by_user_id(
655655

656656
def load_users(
657657
self,
658-
user_ids: List[str] = None,
658+
user_ids: List[str],
659659
include_invalid_users: Optional[bool] = None,
660660
) -> dict:
661661
"""

0 commit comments

Comments
 (0)