Skip to content

Commit

Permalink
chore: black
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed May 30, 2024
1 parent c8d03ba commit b2a6d5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tableauserverclient/server/endpoint/groups_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ def delete(self, group_id: str) -> None:
logger.info("Deleted single group (ID: {0})".format(group_id))

@api(version="2.0")
def update(
self, group_item: GroupItem, as_job: bool = False
) -> Union[GroupItem, JobItem]:
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)

Expand Down

0 comments on commit b2a6d5d

Please sign in to comment.