Skip to content

Commit 418bd65

Browse files
committed
chore: remove outdated docstring text
1 parent 89ad35d commit 418bd65

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tableauserverclient/server/endpoint/users_endpoint.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -756,11 +756,6 @@ def create_users_csv(users: Iterable[UserItem]) -> bytes:
756756
users: Iterable[UserItem]
757757
An iterable of UserItem objects to create the CSV from.
758758
759-
identity_pool: Optional[str]
760-
The identity pool to use when adding the users. This parameter is not
761-
yet supported in this version of the Tableau Server Client, and should
762-
be left as None.
763-
764759
Returns
765760
-------
766761
bytes
@@ -821,11 +816,6 @@ def remove_users_csv(users: Iterable[UserItem]) -> bytes:
821816
users: Iterable[UserItem]
822817
An iterable of UserItem objects to create the CSV from.
823818
824-
identity_pool: Optional[str]
825-
The identity pool to use when adding the users. This parameter is not
826-
yet supported in this version of the Tableau Server Client, and should
827-
be left as None.
828-
829819
Returns
830820
-------
831821
bytes

0 commit comments

Comments
 (0)