Skip to content

Commit

Permalink
removed unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoens committed Sep 17, 2024
1 parent f7173d2 commit 17516db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tabpy/tabpy_tools/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ def update(self, name, description=None, schema=None, is_public=None):

dest_path = self._get_endpoint_upload_destination()

# Upload the endpoint
endpoint.src_path = os.path.join(
dest_path, "endpoints", endpoint.name, str(endpoint.version)
)
Expand Down

0 comments on commit 17516db

Please sign in to comment.