Skip to content

Commit b28c464

Browse files
authored
Remove redundant comment
1 parent 470d1c7 commit b28c464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fastapi_cloud_cli/commands/deploy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def _upload_deployment(deployment_id: str, archive_path: Path) -> None:
180180
upload_data = RequestUploadResponse.model_validate(response.json())
181181
logger.debug("Received upload URL: %s", upload_data.url)
182182

183-
# Upload the archive
184183
logger.debug("Starting file upload to S3")
185184
with open(archive_path, "rb") as archive_file:
186185
upload_response = client.post(

0 commit comments

Comments
 (0)