Skip to content

Commit

Permalink
style: black
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Sep 3, 2024
1 parent a8d1ad5 commit dd9f733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tableauserverclient/server/endpoint/users_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def _get_groups_for_user(
pagination_item = PaginationItem.from_response(server_response.content, self.parent_srv.namespace)
return group_item, pagination_item


def create_users_csv(users: Iterable[UserItem], identity_pool=None) -> bytes:
"""
Create a CSV byte string from an Iterable of UserItem objects. The CSV will
Expand Down

0 comments on commit dd9f733

Please sign in to comment.