[PR #755] [MERGED] 6.32 warning on unused parameters #848

Closed
opened 2026-02-16 00:19:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/755
Author: @hexapode
Created: 6/12/2025
Status: Merged
Merged: 6/13/2025
Merged by: @logan-markewich

Base: mainHead: pierre/addWarningOnUnusedParameter


📝 Commits (4)

📊 Changes

5 files changed (+121 additions, -4 deletions)

View changed files

📝 llama_cloud_services/parse/base.py (+23 -1)
llama_cloud_services/utils.py (+29 -0)
📝 llama_parse/pyproject.toml (+2 -2)
📝 pyproject.toml (+1 -1)
tests/test_utils.py (+66 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_cloud_services/pull/755 **Author:** [@hexapode](https://github.com/hexapode) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `pierre/addWarningOnUnusedParameter` --- ### 📝 Commits (4) - [`7d139c3`](https://github.com/run-llama/llama_cloud_services/commit/7d139c3169c891458ac240cc32eaab8d68659c02) 6.32 warning on unused parameters - [`761b21b`](https://github.com/run-llama/llama_cloud_services/commit/761b21ba18b2044028a9822d479d6e4ba9c9c9d5) refactor - [`c3a4f4d`](https://github.com/run-llama/llama_cloud_services/commit/c3a4f4de4560c95572acbf59dc822116d6c32bde) fix - [`aa7631a`](https://github.com/run-llama/llama_cloud_services/commit/aa7631a0101f27e6d491ef4218383d902eeb6f25) more fixes ### 📊 Changes **5 files changed** (+121 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `llama_cloud_services/parse/base.py` (+23 -1) ➕ `llama_cloud_services/utils.py` (+29 -0) 📝 `llama_parse/pyproject.toml` (+2 -2) 📝 `pyproject.toml` (+1 -1) ➕ `tests/test_utils.py` (+66 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:19:17 -05:00
yindo closed this issue 2026-02-16 00:19:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#848