8000 Fixing style error · tableau/server-client-python@7f76e71 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f76e71

Browse files
author
Chris Shin
committed
Fixing style error
1 parent eb18359 commit 7f76e71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tableauserverclient/server/endpoint/favorites_endpoint.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ def get(self, user_item, req_options=None):
2222
url = '{0}/{1}'.format(self.baseurl, user_item.id)
2323
server_response = self.get_request(url, req_options)
2424

25-
user_item._favorites = FavoriteItem.from_response(server_response.content,
26-
self.parent_srv.namespace)
25+
user_item._favorites = FavoriteItem.from_response(server_response.content, self.parent_srv.namespace)
2726

2827
@api(version="2.0")
2928
def add_favorite_workbook(self, user_item, workbook_item):

0 commit comments

Comments
 (0)
0