[PR #705] [MERGED] fix: unused imports and format #702

Closed
opened 2026-02-15 20:15:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/705
Author: @thucpn
Created: 7/11/2025
Status: Merged
Merged: 7/11/2025
Merged by: @marcusschiesser

Base: mainHead: tp/fix-format


📝 Commits (2)

  • 98162c6 fix: unused imports and format
  • e94fd15 Create lovely-taxis-sniff.md

📊 Changes

13 files changed (+33 additions, -18 deletions)

View changed files

.changeset/lovely-taxis-sniff.md (+5 -0)
📝 packages/create-llama/templates/components/use-cases/python/agentic_rag/query.py (+1 -0)
📝 packages/create-llama/templates/components/use-cases/python/code_generator/workflow.py (+1 -0)
📝 packages/create-llama/templates/components/use-cases/python/deep_research/utils.py (+6 -2)
📝 packages/create-llama/templates/components/use-cases/python/deep_research/workflow.py (+1 -1)
📝 packages/create-llama/templates/components/use-cases/python/document_generator/workflow.py (+3 -1)
📝 packages/create-llama/templates/components/use-cases/python/financial_report/document_generator.py (+3 -4)
📝 packages/create-llama/templates/components/use-cases/python/financial_report/events.py (+3 -1)
📝 packages/create-llama/templates/components/use-cases/python/financial_report/interpreter.py (+0 -1)
📝 packages/create-llama/templates/components/use-cases/python/financial_report/query.py (+1 -0)
📝 packages/create-llama/templates/components/use-cases/python/financial_report/utils.py (+6 -2)
📝 packages/create-llama/templates/components/use-cases/python/financial_report/workflow.py (+2 -4)
📝 packages/create-llama/templates/components/vectordbs/llamaindexserver/llamacloud/python/service.py (+1 -2)

📄 Description

Summary by CodeRabbit

  • Style
    • Improved formatting and code readability in several Python files, including consistent spacing, blank lines, and type annotation formatting.
    • Updated string quote usage for consistency.
  • Chores
    • Removed unused imports across multiple files to streamline the codebase.
    • Added a changeset file documenting these updates.

🔄 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/create-llama/pull/705 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 7/11/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `tp/fix-format` --- ### 📝 Commits (2) - [`98162c6`](https://github.com/run-llama/create-llama/commit/98162c68622659db251b4f99d832e0442651d95a) fix: unused imports and format - [`e94fd15`](https://github.com/run-llama/create-llama/commit/e94fd15ec38b6b2b53c462fc5a214a2dc7c7bf06) Create lovely-taxis-sniff.md ### 📊 Changes **13 files changed** (+33 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/lovely-taxis-sniff.md` (+5 -0) 📝 `packages/create-llama/templates/components/use-cases/python/agentic_rag/query.py` (+1 -0) 📝 `packages/create-llama/templates/components/use-cases/python/code_generator/workflow.py` (+1 -0) 📝 `packages/create-llama/templates/components/use-cases/python/deep_research/utils.py` (+6 -2) 📝 `packages/create-llama/templates/components/use-cases/python/deep_research/workflow.py` (+1 -1) 📝 `packages/create-llama/templates/components/use-cases/python/document_generator/workflow.py` (+3 -1) 📝 `packages/create-llama/templates/components/use-cases/python/financial_report/document_generator.py` (+3 -4) 📝 `packages/create-llama/templates/components/use-cases/python/financial_report/events.py` (+3 -1) 📝 `packages/create-llama/templates/components/use-cases/python/financial_report/interpreter.py` (+0 -1) 📝 `packages/create-llama/templates/components/use-cases/python/financial_report/query.py` (+1 -0) 📝 `packages/create-llama/templates/components/use-cases/python/financial_report/utils.py` (+6 -2) 📝 `packages/create-llama/templates/components/use-cases/python/financial_report/workflow.py` (+2 -4) 📝 `packages/create-llama/templates/components/vectordbs/llamaindexserver/llamacloud/python/service.py` (+1 -2) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Improved formatting and code readability in several Python files, including consistent spacing, blank lines, and type annotation formatting. * Updated string quote usage for consistency. * **Chores** * Removed unused imports across multiple files to streamline the codebase. * Added a changeset file documenting these updates. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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-15 20:15:55 -05:00
yindo closed this issue 2026-02-15 20:15:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#702