[PR #906] [MERGED] fix tools/openai_image_generation import #909

Closed
opened 2026-02-15 18:16:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama-hub/pull/906
Author: @serdarjan1995
Created: 1/27/2024
Status: Merged
Merged: 1/28/2024
Merged by: @anoopshrma

Base: mainHead: main


📝 Commits (2)

  • 5460a9e fix tools/openai_image_generation import
  • 658475f fix tools/openai_image_generation/README.md example code import

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 llama_hub/tools/openai_image_generation/README.md (+2 -2)
📝 llama_hub/tools/openai_image_generation/__init__.py (+1 -1)

📄 Description

Description

Fixes import typo in tools/openai_image_generation/__init__.py

Fixes # tools/openai_image_generation import error

Type of Change

Please delete options that are not relevant.

  • Bug fix / Smaller change

How Has This Been Tested?

  • I stared at the code and made sure it makes sense

Suggested Checklist:

  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

🔄 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-hub/pull/906 **Author:** [@serdarjan1995](https://github.com/serdarjan1995) **Created:** 1/27/2024 **Status:** ✅ Merged **Merged:** 1/28/2024 **Merged by:** [@anoopshrma](https://github.com/anoopshrma) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`5460a9e`](https://github.com/run-llama/llama-hub/commit/5460a9e8b5180cdc58085bba96dba20f7f1f2e8c) fix tools/openai_image_generation import - [`658475f`](https://github.com/run-llama/llama-hub/commit/658475f3f88fce63acd4a16724d7264b93919ebe) fix tools/openai_image_generation/README.md example code import ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `llama_hub/tools/openai_image_generation/README.md` (+2 -2) 📝 `llama_hub/tools/openai_image_generation/__init__.py` (+1 -1) </details> ### 📄 Description # Description Fixes import typo in `tools/openai_image_generation/__init__.py` Fixes # tools/openai_image_generation import error ## Type of Change Please delete options that are not relevant. - [x] Bug fix / Smaller change # How Has This Been Tested? - [x] I stared at the code and made sure it makes sense # Suggested Checklist: - [x] I have performed a self-review of my own code - [x] My changes generate no new warnings - [x] New and existing unit tests pass locally with my changes --- <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 18:16:49 -05:00
yindo closed this issue 2026-02-15 18:16:49 -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-hub#909