Skip to content

Commit

Permalink
refactor: remove non-used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-adir committed Mar 2, 2024
1 parent 11a0f72 commit 16ce8fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/compmec/shape/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
import numpy as np
from matplotlib import pyplot

from compmec import nurbs
from compmec.shape.curve import PlanarCurve
from compmec.shape.jordancurve import JordanCurve
from compmec.shape.shape import (
BaseShape,
ConnectedShape,
DisjointShape,
EmptyShape,
SimpleShape,
WholeShape,
)

Expand Down
1 change: 0 additions & 1 deletion src/compmec/shape/primitive.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from compmec.shape.jordancurve import JordanCurve
from compmec.shape.polygon import Point2D
from compmec.shape.shape import (
ConnectedShape,
EmptyShape,
SimpleShape,
WholeShape,
Expand Down

0 comments on commit 16ce8fe

Please sign in to comment.