Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Jun 3, 2024
1 parent 2228c59 commit 19bd2d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/compas/geometry/shapes/capsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from compas.geometry import Plane
from compas.geometry import Transformation
from compas.geometry import transform_points
from compas.itertools import pairwise

from .shape import Shape

Expand Down
1 change: 0 additions & 1 deletion src/compas/geometry/shapes/cylinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from compas.geometry import Line
from compas.geometry import Plane
from compas.geometry import transform_points
from compas.itertools import pairwise

from .shape import Shape

Expand Down

0 comments on commit 19bd2d4

Please sign in to comment.