Skip to content

Commit

Permalink
Remove unused iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 29, 2024
1 parent a9792ff commit 84ddcb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mathics/eval/drawing/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def eval_ListPlot(
# He have a list of plot groups
if all(
isinstance(point, (list, tuple)) and len(point) == 2
for _ in plot_groups
for point in plot_groups
):
pass
Expand Down

0 comments on commit 84ddcb2

Please sign in to comment.