Skip to content

Commit f60b12a

Browse files
committed
Small fix
1 parent d7a9b57 commit f60b12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyatlan/client/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def get_by_usernames(
294294
response: UserResponse = self.get(
295295
offset=offset, limit=limit, post_filter=username_filter
296296
)
297-
return response.records # type: ignore
297+
return response
298298

299299
@validate_arguments
300300
def add_to_groups(

0 commit comments

Comments
 (0)