Skip to content

Commit

Permalink
MODIFY: changed unneeded second unpacked obj from trace return to _
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-greening committed Apr 6, 2023
1 parent 2ce3d71 commit 2d1d054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyrograph/core/_trochoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def save_png(
>>> shape = Trochoid(R=250, r=179, d=233, thetas=np.arange(0, 60, .01))
>>> shape.save_png("spirograph.png", width=2)
"""
screen, turtles = self.trace(
screen, _ = self.trace(
screen_size=screen_size, screen_color=screen_color, color=color,
width=width, screen=screen, screen_coords=screen_coords, padding=padding
)
Expand Down

0 comments on commit 2d1d054

Please sign in to comment.