diff --git a/tabpy/tabpy_tools/client.py b/tabpy/tabpy_tools/client.py index e11960a0..231113ef 100644 --- a/tabpy/tabpy_tools/client.py +++ b/tabpy/tabpy_tools/client.py @@ -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) )