[PR #21] [MERGED] Undefined name: Arrow() --> manim.Arrow() like line 62 #70

Closed
opened 2026-03-02 16:48:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/initialcommit-com/git-sim/pull/21
Author: @cclauss
Created: 1/25/2023
Status: Merged
Merged: 1/25/2023
Merged by: @initialcommit-io

Base: mainHead: patch-1


📝 Commits (2)

  • 4d8e51d Undefined name: Arrow() --> manim.Arrow() like line 62
  • 85c8014 Update git_sim_add.py

📊 Changes

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

View changed files

📝 git_sim/git_sim_add.py (+2 -1)

📄 Description

% flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics

./git_sim/git_sim_add.py:46:58: F821 undefined name 'Arrow'
                        secondColumnArrowMap[x.a_path] = Arrow(stroke_width=3, color=self.scene.fontColor)
                                                         ^
./git_sim/git_sim_add.py:51:16: F821 undefined name 'git'
        except git.exc.BadName:
               ^
2     F821 undefined name 'Arrow'
2

🔄 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/initialcommit-com/git-sim/pull/21 **Author:** [@cclauss](https://github.com/cclauss) **Created:** 1/25/2023 **Status:** ✅ Merged **Merged:** 1/25/2023 **Merged by:** [@initialcommit-io](https://github.com/initialcommit-io) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`4d8e51d`](https://github.com/initialcommit-com/git-sim/commit/4d8e51d4804baba444cfe82e68327be1c0a80674) Undefined name: Arrow() --> manim.Arrow() like line 62 - [`85c8014`](https://github.com/initialcommit-com/git-sim/commit/85c8014a736efddad2756a8f4d3a89bdb3c4effa) Update git_sim_add.py ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `git_sim/git_sim_add.py` (+2 -1) </details> ### 📄 Description % `flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics` ``` ./git_sim/git_sim_add.py:46:58: F821 undefined name 'Arrow' secondColumnArrowMap[x.a_path] = Arrow(stroke_width=3, color=self.scene.fontColor) ^ ./git_sim/git_sim_add.py:51:16: F821 undefined name 'git' except git.exc.BadName: ^ 2 F821 undefined name 'Arrow' 2 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:48:02 +03: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/git-sim#70
No description provided.