[PR #372] [MERGED] fix: missing import time module #1325

Closed
opened 2026-02-16 10:22:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/372
Author: @chekun
Created: 3/4/2025
Status: Merged
Merged: 3/4/2025
Merged by: @laipz8200

Base: mainHead: patch-1


📝 Commits (1)

  • c19d3b8 fix: missing import time module

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 models/gemini/models/llm/llm.py (+1 -0)

📄 Description

Line 326 use time.sleep, but it was never been imported.

It should be well tested before it came to v1.0.0


🔄 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/langgenius/dify-official-plugins/pull/372 **Author:** [@chekun](https://github.com/chekun) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@laipz8200](https://github.com/laipz8200) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`c19d3b8`](https://github.com/langgenius/dify-official-plugins/commit/c19d3b8d49dbc74520a43435aa99e4141b663e97) fix: missing import `time` module ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `models/gemini/models/llm/llm.py` (+1 -0) </details> ### 📄 Description Line 326 use time.sleep, but it was never been imported. It should be well tested before it came to v1.0.0 --- <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 10:22:38 -05:00
yindo closed this issue 2026-02-16 10:22:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1325