Skip to content

Commit 78f3ede

Browse files
committed
style: black
1 parent d91bb1d commit 78f3ede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableauserverclient/server/endpoint/users_endpoint.py

+1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ def _get_groups_for_user(
256256
pagination_item = PaginationItem.from_response(server_response.content, self.parent_srv.namespace)
257257
return group_item, pagination_item
258258

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

0 commit comments

Comments
 (0)