Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unwanted pudb import
  • Loading branch information
cuttlefisch committed May 10, 2024
commit 68e4166d9ecdd1737cda30163f20b5538cff1833
2 changes: 0 additions & 2 deletions solid/splines.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#! /usr/bin/env python
from math import copysign, pow, cos, sin, pi, atan2, acos
from itertools import pairwise
from pudb import set_trace

from solid import (
union,
circle,
Expand Down