Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 29, 2024
1 parent a1670eb commit 06857fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manim/mobject/geometry/arc.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@ def has_start_tip(self) -> bool:
# Getters

def pop_tips(self) -> VGroup:
"""Removes the tips of the arrow,
"""Removes the tips of the arrow,
if there are no tips to return, does nothing
"""
if not self.has_tip() and not self.has_start_tip():
return self.get_group_class()()
return self.get_group_class()()
start, end = self.get_start_and_end()
result = self.get_group_class()()
if self.has_tip():
Expand Down

0 comments on commit 06857fa

Please sign in to comment.