[PR #30] [MERGED] Fix unused import bug #132

Closed
opened 2026-05-06 12:37:47 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/patrickchugh/terravision/pull/30
Author: @patrickchugh
Created: 5/29/2023
Status: Merged
Merged: 5/29/2023
Merged by: @patrickchugh

Base: bugfix-revertHead: main


📝 Commits (9)

📊 Changes

9 files changed (+6 additions, -31 deletions)

View changed files

📝 modules/drawing.py (+0 -1)
📝 modules/fileparser.py (+0 -6)
📝 modules/gitlibs.py (+0 -9)
📝 modules/graphmaker.py (+0 -5)
📝 modules/helpers.py (+0 -1)
📝 modules/postfix.py (+0 -1)
📝 modules/resource_handlers.py (+2 -7)
📝 modules/tf_function_handlers.py (+0 -1)
📝 pyproject.toml (+4 -0)

📄 Description

YOUR PR TITLE

Type of Change

  • Bug Fix
  • New Feature
  • Refactor
  • Documentation

Checklist

All Submissions:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you written Documentation/Tests?
  • Have you read done your own code-review?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully run tests with your changes locally?

🔄 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/patrickchugh/terravision/pull/30 **Author:** [@patrickchugh](https://github.com/patrickchugh) **Created:** 5/29/2023 **Status:** ✅ Merged **Merged:** 5/29/2023 **Merged by:** [@patrickchugh](https://github.com/patrickchugh) **Base:** `bugfix-revert` ← **Head:** `main` --- ### 📝 Commits (9) - [`25787e6`](https://github.com/patrickchugh/terravision/commit/25787e6a37480bb0777f6cf146963600626caadc) remove unused imports - [`3e312a8`](https://github.com/patrickchugh/terravision/commit/3e312a8458e053139ecac2eab56f12d3908fc72f) isort and black - [`8514bca`](https://github.com/patrickchugh/terravision/commit/8514bca42bc1fdaeb88802f096ef06a6a388c356) black - [`0396b8a`](https://github.com/patrickchugh/terravision/commit/0396b8a22e04eca15bbc8fe4c2bdf8bdcc4e8b09) black and isort - [`982c8ec`](https://github.com/patrickchugh/terravision/commit/982c8ec4f3bbdd269e10952db34e53cc42705514) black - [`af6ee18`](https://github.com/patrickchugh/terravision/commit/af6ee180d2ac0365e42fbdd9f9ce6885d41821cd) skip drawing.py isort - [`8d03181`](https://github.com/patrickchugh/terravision/commit/8d031811e2d107e2249d7794bb54a2a31f4720d5) Merge pull request #24 from patrickchugh/feat/black - [`83844e1`](https://github.com/patrickchugh/terravision/commit/83844e146f10aebc1ed648edbb5e7af5550fe999) Fixed literal_eval missing import - [`6201fb9`](https://github.com/patrickchugh/terravision/commit/6201fb9e1a67098c624430716f7dbb620855f693) Merge pull request #27 from patrickchugh/bugfix-imports ### 📊 Changes **9 files changed** (+6 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `modules/drawing.py` (+0 -1) 📝 `modules/fileparser.py` (+0 -6) 📝 `modules/gitlibs.py` (+0 -9) 📝 `modules/graphmaker.py` (+0 -5) 📝 `modules/helpers.py` (+0 -1) 📝 `modules/postfix.py` (+0 -1) 📝 `modules/resource_handlers.py` (+2 -7) 📝 `modules/tf_function_handlers.py` (+0 -1) 📝 `pyproject.toml` (+4 -0) </details> ### 📄 Description # YOUR PR TITLE ## Type of Change * [ ] Bug Fix * [ ] New Feature * [ ] Refactor * [ ] Documentation ## Checklist All Submissions: * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? * [ ] Have you written Documentation/Tests? * [ ] Have you read done your own code-review? ### Changes to Core Features: * [ ] Have you added an explanation of what your changes do and why you'd like us to include them? * [ ] Have you written new tests for your core changes, as applicable? * [ ] Have you successfully run tests with your changes locally? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:37:47 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#132
No description provided.