Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed May 30, 2024
1 parent b2a6d5d commit 4d6358c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tableauserverclient/server/endpoint/groups_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def delete(self, group_id: str) -> None:

@api(version="2.0")
def update(self, group_item: GroupItem, as_job: bool = False) -> Union[GroupItem, JobItem]:
# (1/8/2021): Deprecated starting v0.15
url = "{0}/{1}".format(self.baseurl, group_item.id)

if not group_item.id:
Expand Down

0 comments on commit 4d6358c

Please sign in to comment.