Skip to content

Commit 17516db

Browse files
committed
removed unused comment
1 parent f7173d2 commit 17516db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tabpy/tabpy_tools/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ def update(self, name, description=None, schema=None, is_public=None):
307307

308308
dest_path = self._get_endpoint_upload_destination()
309309

310-
# Upload the endpoint
311310
endpoint.src_path = os.path.join(
312311
dest_path, "endpoints", endpoint.name, str(endpoint.version)
313312
)

0 commit comments

Comments
 (0)