Skip to content

Commit 75a1f90

Browse files
shrmnkKoa, Sherman
authored andcommitted
Fix linting issue with missing space
1 parent 6bb04bd commit 75a1f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableauserverclient/server/endpoint/workbooks_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def update_connection(self, workbook_item, connection_item):
105105
connection = ConnectionItem.from_response(server_response.content, self.parent_srv.namespace)[0]
106106

107107
logger.info('Updated workbook item (ID: {0} & connection item {1})'.format(workbook_item.id,
108-
connection_item.id))
108+
connection_item.id))
109109
return connection
110110

111111
# Download workbook contents with option of passing in filepath

0 commit comments

Comments
 (0)